public int | read(byte[] buffer, int offset, int length)Block and read data from the stream.
Reads up to length bytes from the input stream into
an array of bytes.
If the first argument is null , up to
length bytes are read and discarded.
Returns -1 when the end
of the media is reached.
This method only returns 0 if it was called with
a length of 0.
|