Uses of Interface
javax.imageio.stream.ImageOutputStream
Packages that use ImageOutputStream
包
描述
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 ImageOutputStream in javax.imageio
Methods in javax.imageio that return ImageOutputStream修饰符和类方法描述static ImageOutputStreamImageIO.createImageOutputStream(Object output) Returns anImageOutputStreamthat will send its output to the givenObject.Methods in javax.imageio with parameters of type ImageOutputStream修饰符和类方法描述static booleanImageIO.write(RenderedImage im, String formatName, ImageOutputStream output) Writes an image using an arbitraryImageWriterthat supports the given format to anImageOutputStream. -
Uses of ImageOutputStream in javax.imageio.spi
Methods in javax.imageio.spi that return ImageOutputStream修饰符和类方法描述ImageOutputStreamSpi.createOutputStreamInstance(Object output) Returns an instance of theImageOutputStreamimplementation associated with this service provider.abstract ImageOutputStreamImageOutputStreamSpi.createOutputStreamInstance(Object output, boolean useCache, File cacheDir) Returns an instance of theImageOutputStreamimplementation associated with this service provider. -
Uses of ImageOutputStream in javax.imageio.stream
Classes in javax.imageio.stream that implement ImageOutputStream修饰符和类Class描述classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.classAn implementation ofImageOutputStreamthat writes its output directly to aFileorRandomAccessFile.classAn abstract class implementing theImageOutputStreaminterface.classAn implementation ofImageOutputStreamthat writes its output to a regularOutputStream.