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 ImageInputStream
ImageIO.createImageInputStream
(Object input) Returns anImageInputStream
that will take its input from the givenObject
.Methods in javax.imageio with parameters of type ImageInputStream修饰符和类方法描述static 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
Methods in javax.imageio.spi that return ImageInputStream修饰符和类方法描述ImageInputStreamSpi.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
Subinterfaces of ImageInputStream in javax.imageio.stream修饰符和类Interface描述interface
A seekable output stream interface for use byImageWriter
s.Classes in javax.imageio.stream that implement ImageInputStream修饰符和类Class描述class
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
.