request

expect abstract fun request(byteCount: Long): Boolean

Returns true when the buffer contains at least byteCount bytes. False if the source is exhausted before the requested number of bytes could be read

actual abstract fun request(byteCount: Long): Boolean

Returns true when the buffer contains at least byteCount bytes. False if the source is exhausted before the requested number of bytes could be read