org.apache.axis.components.image
Class JDK13IO
Component
org.apache.axis.components.image.JDK13IO
- ImageIO
public class JDK13IO
extends Component
JDK1.3 based Image I/O
Image | loadImage(InputStream in) - Load an Image.
|
void | saveImage(String mimeType, Image image, OutputStream os) - Save an image.
|
loadImage
public Image loadImage(InputStream in)
throws Exception
Load an Image.
- loadImage in interface ImageIO
in
- the stream to load the image
saveImage
public void saveImage(String mimeType,
Image image,
OutputStream os)
throws Exception
Save an image.
- saveImage in interface ImageIO
mimeType
- the mime-type of the format to save the imageimage
- the image to saveos
- the stream to write to
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.