SyncIOFD

Properties

Link copied to clipboard
abstract var length: Long
Link copied to clipboard
abstract var position: Long

Functions

Link copied to clipboard
Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
Link copied to clipboard
abstract fun read(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int
Link copied to clipboard
Link copied to clipboard
abstract fun write(data: ByteArray, offset: Int = 0, size: Int = data.size - offset): Int