writeFully
expect abstract suspend fun writeFully(src: ByteArray, offset: Int, length: Int)
Content copied to clipboard
Writes all src bytes and suspends until all bytes written. Causes flush if buffer filled up or when autoFlush Crashes if channel get closed while writing.
expect abstract suspend fun writeFully(memory: Memory, startIndex: Int, endIndex: Int)
Content copied to clipboard
actual abstract suspend fun writeFully(memory: Memory, startIndex: Int, endIndex: Int)
Content copied to clipboard
actual abstract suspend fun writeFully(src: ByteArray, offset: Int, length: Int)
Content copied to clipboard
Writes all src bytes and suspends until all bytes written. Causes flush if buffer filled up or when autoFlush Crashes if channel get closed while writing.
abstract suspend fun writeFully(src: <ERROR CLASS><<ERROR CLASS>>, offset: Int, length: Int)
Content copied to clipboard
abstract suspend fun writeFully(src: <ERROR CLASS><<ERROR CLASS>>, offset: Long, length: Long)
Content copied to clipboard
actual abstract suspend fun writeFully(src: ByteArray, offset: Int, length: Int)
Content copied to clipboard
Writes all src bytes and suspends until all bytes written. Causes flush if buffer filled up or when autoFlush Crashes if channel get closed while writing.
actual abstract suspend fun writeFully(memory: Memory, startIndex: Int, endIndex: Int)
Content copied to clipboard