Uses of Interface
javax.imageio.stream.ImageInputStream
Packages that use 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.imageioMethods in javax.imageio that return ImageInputStreamModifier and TypeMethodDescriptionstatic ImageInputStreamImageIO.createImageInputStream(Object input) Returns anImageInputStreamthat will take its input from the givenObject.Methods in javax.imageio with parameters of type ImageInputStreamModifier and TypeMethodDescriptionstatic BufferedImageImageIO.read(ImageInputStream stream) Returns aBufferedImageas the result of decoding a suppliedImageInputStreamwith anImageReaderchosen automatically from among those currently registered.
- 
Uses of ImageInputStream in javax.imageio.spiMethods in javax.imageio.spi that return ImageInputStreamModifier and TypeMethodDescriptionImageInputStreamSpi.createInputStreamInstance(Object input) Returns an instance of theImageInputStreamimplementation associated with this service provider.abstract ImageInputStreamImageInputStreamSpi.createInputStreamInstance(Object input, boolean useCache, File cacheDir) Returns an instance of theImageInputStreamimplementation associated with this service provider.
- 
Uses of ImageInputStream in javax.imageio.streamSubinterfaces of ImageInputStream in javax.imageio.streamModifier and TypeInterfaceDescriptioninterfaceA seekable output stream interface for use byImageWriters.Classes in javax.imageio.stream that implement ImageInputStreamModifier and TypeClassDescriptionclassAn implementation ofImageInputStreamthat gets its input from a regularInputStream.classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.classAn implementation ofImageInputStreamthat gets its input from aFileorRandomAccessFile.classAn implementation ofImageOutputStreamthat writes its output directly to aFileorRandomAccessFile.classAn abstract class implementing theImageInputStreaminterface.classAn abstract class implementing theImageOutputStreaminterface.classAn implementation ofImageInputStreamthat gets its input from a regularInputStream.classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.