FileDocCategorySizeDatePackage
ImageIO.javaAPI DocApache Axis 1.41450Sat Apr 22 18:57:26 BST 2006org.apache.axis.components.image

ImageIO

public interface ImageIO
This interface defines a ImageIO modules functionality
author
Davanum Srinivas
since
2.0

Fields Summary
Constructors Summary
Methods Summary
public java.awt.ImageloadImage(java.io.InputStream in)
Load an Image.

param
in the stream to load the image
return
the Image

public voidsaveImage(java.lang.String id, java.awt.Image image, java.io.OutputStream os)
Save an image.

param
id the mime-type of the format to save the image
param
image the image to save
param
os the output stream to write to
exception
Exception if an error prevents image encoding