require

abstract suspend fun require(byteCount: Long)

Returns when the buffer contains at least byteCount bytes. Throws a KmpIoError.Eof if the source is exhausted before the required bytes can be read.