readFully

open suspend override fun readFully(dst: ChunkBuffer, n: Int)


open suspend override fun readFully(dst: ByteArray, offset: Int, length: Int)

Reads all length bytes to dst buffer or fails if channel has been closed. Suspends if not enough bytes available.