Fills the preallocated array 'bytes' with data from the stream.
This function will continue read from the stream until the buffer has been fully filled.
The buffer into which to write the data that was read
An exception if the operation reads past the end of the stream
readOnce, tryRead
See Implementation
Fills the preallocated array 'bytes' with data from the stream.
This function will continue read from the stream until the buffer has been fully filled.