javax.imageio.stream
Package javax.imageio.stream
A package of the Java Image I/O API dealing with low-level I/O from files and streams.
See: Description
Interface | Description |
---|---|
ImageInputStream | A seekable input stream interface for use by |
ImageOutputStream | A seekable output stream interface for use by |
Class | Description |
---|---|
FileCacheImageInputStream | An im |