org.apache.axis.components.image
Interface ImageIO
- JDK13IO, JimiIO, MerlinIO
This interface defines a ImageIO modules functionality
Image | loadImage(InputStream in)- Load an Image.
|
void | saveImage(String id, Image image, OutputStream os)- Save an image.
|
loadImage
public Image loadImage(InputStream in)
throws Exception Load an Image.
in - the stream to load the image
saveImage
public void saveImage(String id,
Image image,
OutputStream os)
throws Exception Save an image.
id - the mime-type of the format to save the imageimage - the image to saveos - the output stream to write to
Copyright © 2005 Apache Web Services Project. All Rights Reserved.