read
Reads a single byte from the BufferedInputStream
Return
the byte or -1 if the end of the stream is reached
Since
0.1.0
Reads bytes from the BufferedInputStream into the given array
Return
the number of bytes read or -1 if the end of the stream is reached
Since
0.1.0
Parameters
b
the array to read into
off
the offset to start reading at
len
the maximum number of bytes to read
Reads bytes from the BufferedInputStream into the given array
Return
the number of bytes read or -1 if the end of the stream is reached
Since
0.1.1
Parameters
b
the array to read into