Uses of Package
javax.imageio.stream
Package
Description
The main package of the Java Image I/O API.
A package of the Java Image I/O API containing the plug-in interfaces for
readers, writers, transcoders, and streams, and a runtime registry.
A package of the Java Image I/O API dealing with low-level I/O from files and
streams.
-
ClassDescriptionA seekable input stream interface for use by
ImageReader
s.A seekable output stream interface for use byImageWriter
s. -
ClassDescriptionA seekable input stream interface for use by
ImageReader
s.A seekable output stream interface for use byImageWriter
s. -
ClassDescriptionA class representing a mutable reference to an array of bytes and an offset and length within that array.A seekable input stream interface for use by
ImageReader
s.An abstract class implementing theImageInputStream
interface.A seekable output stream interface for use byImageWriter
s.An abstract class implementing theImageOutputStream
interface.