- buffer
- Documentation for this section has not yet been entered.
- byteOffset
- Documentation for this section has not yet been entered.
- byteCount
- Documentation for this section has not yet been entered.
- offset
- the initial position in buffer to store the bytes read from this stream.
- length
- the maximum number of bytes to store in b.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IndexOutOfBoundsException if byteOffset buffer.length. Java.IO.IOException if the stream is closed or another IOException occurs.
Reads up to byteCount bytes from this stream and stores them in the byte array buffer starting at byteOffset. Returns the number of bytes actually read or -1 if the end of the stream has been reached.