writeFully

open suspend override fun writeFully(src: Buffer)
open suspend override fun writeFully(memory: Memory, startIndex: Int, endIndex: Int)


open suspend override fun writeFully(src: ByteArray, offset: Int, length: Int)

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.