CachedFile

interface CachedFile

Cached file interface.

Properties

Link copied to clipboard
abstract val data: ByteArray

Data that is encoded.

Link copied to clipboard
abstract val encoding: String?

The encoding type of cached file.

Link copied to clipboard
abstract val mimeType: String

The mime type of cached file.