Uses of Interface
javax.imageio.stream.ImageInputStream
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.
-
Uses of ImageInputStream in javax.imageio
Modifier and TypeMethodDescriptionstatic ImageInputStream
ImageIO.createImageInputStream
(Object input) Returns anImageInputStream
that will take its input from the givenObject
.Modifier and TypeMethodDescriptionstatic BufferedImage
ImageIO.read
(ImageInputStream stream) Returns aBufferedImage
as the result of decoding a suppliedImageInputStream
with anImageReader
chosen automatically from among those currently registered. -
Uses of ImageInputStream in javax.imageio.spi
Modifier and TypeMethodDescriptionImageInputStreamSpi.createInputStreamInstance
(Object input) Returns an instance of theImageInputStream
implementation associated with this service provider.abstract ImageInputStream
ImageInputStreamSpi.createInputStreamInstance
(Object input, boolean useCache, File cacheDir) Returns an instance of theImageInputStream
implementation associated with this service provider. -
Uses of ImageInputStream in javax.imageio.stream
Modifier and TypeInterfaceDescriptioninterface
A seekable output stream interface for use byImageWriter
s.Modifier and TypeClassDescriptionclass
An implementation ofImageInputStream
that gets its input from a regularInputStream
.class
An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.class
An implementation ofImageInputStream
that gets its input from aFile
orRandomAccessFile
.class
An implementation ofImageOutputStream
that writes its output directly to aFile
orRandomAccessFile
.class
An abstract class implementing theImageInputStream
interface.class
An abstract class implementing theImageOutputStream
interface.class
An implementation ofImageInputStream
that gets its input from a regularInputStream
.class
An implementation ofImageOutputStream
that writes its output to a regularOutputStream
.