Modifier and Type | Field and Description |
---|---|
private java.io.InputStream |
is |
Constructor and Description |
---|
InputStreamInStream(java.io.InputStream is) |
Modifier and Type | Method and Description |
---|---|
void |
read(byte[] buf)
Reads
buf.length bytes from the input stream
and stores them in the supplied buffer. |
public void read(byte[] buf) throws java.io.IOException
InStream
buf.length
bytes from the input stream
and stores them in the supplied buffer.