writeFully
open suspend override fun writeFully(memory: Memory, startIndex: Int, endIndex: Int)
Content copied to clipboard
open suspend override 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.