ReaderResource

能够获取到 Reader 资源的 Resource 扩展实现。

Author

forte

Inheritors

Functions

Link copied to clipboard
open fun reader(): Reader

获取可用于读取当前资源数据的读取流。 默认使用 JvmStringReadableResource.DEFAULT_CHARSET 编码。

abstract fun reader(charset: Charset): Reader

获取可用于读取当前资源数据的读取流。

Link copied to clipboard
open override fun string(charset: Charset): String

读取当前资源的字符串数据。

Inherited functions

Link copied to clipboard
abstract fun data(): ByteArray

读取此资源的字节数据。

Link copied to clipboard
open override fun string(): String

读取此资源的 String 内容。 默认使用 DEFAULT_CHARSET 编码。

Link copied to clipboard

将给定的 Resource 转换为 OfflineImage。 会在适当的情况下转化为一些平台特供的类型, 并在其他情况下转化为全平台实现 OfflineByteArrayImageSimpleOfflineResourceImage