Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

JSR-209 (Final Approval Ballot)

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 Approval Ballot)

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 209 specification.