BufferedByteWriteChannel
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Flush all pending bytes from writeBuffer to the internal read buffer without suspension and initiate channel close.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Flush all pending bytes from writeBuffer to the internal read buffer without suspension.
Link copied to clipboard
Link copied to clipboard
Await for desiredSpace will be available for write and invoke block function providing Memory instance and the corresponding range suitable for wiring in the memory. The block function should return number of bytes were written, possibly 0.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun ByteWriteChannel.writeFully(value: ByteArray, startIndex: Int = 0, endIndex: Int = value.size)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard