Uses of Package
javax.imageio.stream
Packages that use javax.imageio.stream
包
描述
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.
-
Classes in javax.imageio.stream used by javax.imageioClass描述A seekable input stream interface for use by
ImageReaders.A seekable output stream interface for use byImageWriters. -
Classes in javax.imageio.stream used by javax.imageio.spiClass描述A seekable input stream interface for use by
ImageReaders.A seekable output stream interface for use byImageWriters. -
Classes in javax.imageio.stream used by javax.imageio.streamClass描述A 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
ImageReaders.An abstract class implementing theImageInputStreaminterface.A seekable output stream interface for use byImageWriters.An abstract class implementing theImageOutputStreaminterface.