Uses of Package
javax.imageio.stream
-
Packages that use javax.imageio.stream Package Description javax.imageio The main package of the Java Image I/O API.javax.imageio.spi A package of the Java Image I/O API containing the plug-in interfaces for readers, writers, transcoders, and streams, and a runtime registry.javax.imageio.stream 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.imageio Class Description ImageInputStream A seekable input stream interface for use byImageReader
s.ImageOutputStream A seekable output stream interface for use byImageWriter
s. -
Classes in javax.imageio.stream used by javax.imageio.spi Class Description ImageInputStream A seekable input stream interface for use byImageReader
s.ImageOutputStream A seekable output stream interface for use byImageWriter
s. -
Classes in javax.imageio.stream used by javax.imageio.stream Class Description IIOByteBuffer A class representing a mutable reference to an array of bytes and an offset and length within that array.ImageInputStream A seekable input stream interface for use byImageReader
s.ImageInputStreamImpl An abstract class implementing theImageInputStream
interface.ImageOutputStream A seekable output stream interface for use byImageWriter
s.ImageOutputStreamImpl An abstract class implementing theImageOutputStream
interface.