- dst
- the byte array in which to store the bytes read.
- offset
- the initial position in dst to store the bytes read from the source stream.
- byteCount
- the number of bytes to read.
Type Reason Java.IO.EOFException if the end of the input is reached before the read request can be satisfied. Java.IO.IOException if an error occurs while reading from the source stream.
Reads byteCount bytes from the source stream into the byte array dst.