- buffer
- the array in which to store the bytes read.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if this stream is closed or another I/O error occurs.
Reads bytes from this stream into the byte array buffer. Blocks while waiting for input. Returns the number of bytes read, or -1 if the end of this stream has been reached.