| Package | Description |
|---|---|
| javax.imageio.stream |
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageInputStream.readBytes(IIOByteBuffer
Reads up to
len bytes from the stream, and modifies the supplied
IIOByteBuffer to indicate the byte array, offset, and length where the data may be found.
|
void |
ImageInputStreamImpl.readBytes(IIOByteBuffer
|