public int read(byte[] b, int off, int len) throws IOException(Code)
Read bytes into b starting at off for len.
Parameters: b - The byte array to read into Parameters: off - The offset to start at in b Parameters: len - The number of bytes to read The number of bytes read throws: IOException - If there is an error reading the bytes