|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ImageIO
This interface defines a ImageIO modules functionality
| Method Summary | |
|---|---|
Image |
loadImage(InputStream in)
Load an Image. |
void |
saveImage(String id,
Image image,
OutputStream os)
Save an image. |
| Method Detail |
|---|
void saveImage(String id,
Image image,
OutputStream os)
throws Exception
id - the mime-type of the format to save the imageimage - the image to saveos - the output stream to write to
Exception - if an error prevents image encoding
Image loadImage(InputStream in)
throws Exception
in - the stream to load the image
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||