Reads bytes from the stream into the provided array and returns without any further waiting, at most the number of bytes read will be the length of the provided array, at minimum a single byte
the buffer to read into
the number of bytes read
See Implementation
Reads bytes from the stream into the provided array and returns without any further waiting, at most the number of bytes read will be the length of the provided array, at minimum a single byte