Java Doc for GZIPTileEncoder.java in » 6.0-JDK-Modules » Java-Advanced-Imaging » com » sun » media » jai » tilecodec » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Constructs an GZIPTileEncoder.
Parameters: output - The OutputStream to write encoded data to. Parameters: param - The object containing the tile encoding parameters. throws: IllegalArgumentException - if param is not the appropriate Class type. throws: IllegalArgumentException - is output is null.
Encodes a Raster and writes the output
to the OutputStream associated with this
TileEncoder.
Parameters: ras - the Raster to encode. throws: IOException - if an I/O error occurs while writing to the OutputStream. throws: IllegalArgumentException - if ras is null.
Fields inherited from javax.media.jai.tilecodec.TileEncoderImpl