//leakcanary-repo/shark/RandomAccessSource
RandomAccessSource¶
[jvm]\ interface RandomAccessSource : Closeable
Functions¶
Name | Summary |
---|---|
asStreamingSource | [jvm] open fun asStreamingSource(): BufferedSource |
close | [jvm] abstract override fun close() |
read | [jvm] abstract fun read(sink: Buffer, position: Long, byteCount: Long): Long |