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
ImageReader
s.A seekable output stream interface for use byImageWriter
s. -
Classes in javax.imageio.stream used by javax.imageio.spiClass描述A seekable input stream interface for use by
ImageReader
s.A seekable output stream interface for use byImageWriter
s. -
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
ImageReader
s.An abstract class implementing theImageInputStream
interface.A seekable output stream interface for use byImageWriter
s.An abstract class implementing theImageOutputStream
interface.