| Package | Description |
|---|---|
| javax.imageio |
The main package of the Java Image I/O API.
|
| javax.imageio.metadata |
A package of the Java Image I/O API dealing with reading and writing metadata.
|
| Modifier and Type | Method and Description |
|---|---|
protected static BufferedImage |
ImageReader.getDestination(ImageReadParam
Returns the
BufferedImage to which decoded pixel data should be written.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IIOInvalidTreeException
An
IIOInvalidTreeException is thrown when an attempt by an
IIOMetadata object to parse a tree of
IIOMetadataNodes fails.
|