IosSeekableInputStream

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun close()
Link copied to clipboard
abstract fun length(): Long
Link copied to clipboard
abstract fun position(): Long

Returns the current position in the stream.

Link copied to clipboard
abstract fun read(pointer: COpaquePointer, count: Int): Int

Swift UnsafeMutableRawPointer?

abstract fun read(buf: ByteArray): Int
abstract fun read(buf: ByteArray, offset: Int, length: Int): Int
Link copied to clipboard
abstract fun seek(position: Long): Long

abstract fun seek(offset: Long, whence: Int): Long

Sets the offset, measured from whence, at which the next read or write occurs.