Uses of Interface
javax.imageio.stream.ImageInputStream
Packages that use ImageInputStream
包
描述
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
Methods in javax.imageio that return ImageInputStream修饰符和类方法描述static ImageInputStreamImageIO.createImageInputStream(Object input) Returns anImageInputStreamthat will take its input from the givenObject.Methods in javax.imageio with parameters of type ImageInputStream修饰符和类方法描述static 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.spi
Methods in javax.imageio.spi that return ImageInputStream修饰符和类方法描述ImageInputStreamSpi.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.stream
Subinterfaces of ImageInputStream in javax.imageio.stream修饰符和类Interface描述interfaceA seekable output stream interface for use byImageWriters.Classes in javax.imageio.stream that implement ImageInputStream修饰符和类Class描述classAn 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.