oracle.cabo.image.encode
Interface ImageEncoder
- All Known Implementing Classes:
- AlphaMultiplyEncoder, OctreeEncoder, OracleGIFEncoder
- public interface ImageEncoder
Interface for classes which encode images.
Method Summary |
void |
encodeImage(java.awt.Image image,
java.io.OutputStream out)
Encodes the image to the specified output stream. |
encodeImage
public void encodeImage(java.awt.Image image,
java.io.OutputStream out)
throws java.io.IOException
- Encodes the image to the specified output stream.
=-=ags Should probably throw something in addition to IOException
to handle other problems
- Parameters:
image
- The image to encodeout
- The output stream to which the image should be encoded