- dst
- the array in which to store the bytes 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 bytes from the source stream into the byte array dst. This method will block until dst.length bytes have been read.