request

expect open override 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 open override 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