JSR-209 (Final Release)

Uses of Interface
javax.imageio.stream.ImageOutputStream

Packages that use ImageOutputStream
javax.imageio The main package of the Java Image I/O API. 
javax.imageio.stream 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 ImageOutputStream ImageIO.createImageOutputStream(java.lang.Object output)
          Returns an ImageOutputStream that will send its output to the given Object.
 

Methods in javax.imageio with parameters of type ImageOutputStream
static boolean ImageIO.write(RenderedImage im, java.lang.String formatName, ImageOutputStream output)
          Writes an image using the an arbitrary ImageWriter that supports the given format to an ImageOutputStream.
 

Uses of ImageOutputStream in javax.imageio.stream
 

Classes in javax.imageio.stream that implement ImageOutputStream
 class FileCacheImageOutputStream
          An implementation of ImageOutputStream that writes its output to a regular OutputStream.
 class FileImageOutputStream
          An implementation of ImageOutputStream that writes its output directly to a File or RandomAccessFile.
 class ImageOutputStreamImpl
          An abstract class implementing the ImageOutputStream interface.
 class MemoryCacheImageOutputStream
          An implementation of ImageOutputStream that writes its output to a regular OutputStream.
 


JSR-209 (Final Release)

Java and Java 2D are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
Copyright 1993 - 2006 Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, California 95054, U.S.A. All Rights Reserved.
Use of this specification is subject to this license.