Reads elements into the given buffer, first pulling from this buffered stream's internal buffer, and then reading from the underlying stream.
The buffer to read items to.
The number of elements read, or -1 in case of error.
See Implementation
Reads elements into the given buffer, first pulling from this buffered stream's internal buffer, and then reading from the underlying stream.