Modifier and Type | Field and Description |
---|---|
pack-priv ImageInputStream |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public int | read()
Implements abstract java. Reads the next byte of data from the input stream. |
public int | read(byte[]
the buffer into which the data is read. b, int the start offset in array off, int b
at which the data is written.the maximum number of bytes to read. len)Overrides java. Reads up to |
stream | back to summary |
---|---|
pack-priv ImageInputStream stream |
InputStreamAdapter | back to summary |
---|---|
public InputStreamAdapter(ImageInputStream stream) |
read | back to summary |
---|---|
public int read() throws IOException Implements abstract java. Doc from java. Reads the next byte of data from the input stream. The value byte is
returned as an
|
read | back to summary |
---|---|
public int read(byte[] b, int off, int len) throws IOException Overrides java. Doc from java. Reads up to This method blocks until input data is available, end of file is detected, or an exception is thrown. If The first byte read is stored into element In every case, elements
|