| Constructs an JPEGTileEncoder . Concrete implementations
of TileEncoder may throw an
IllegalArgumentException if the
param 's getParameterListDescriptor() method
does not return the same descriptor as that from the associated
TileCodecDescriptor 's
getParameterListDescriptor method for the "tileEncoder"
registry mode.
If param is null, then the default parameter list for encoding
as defined by the associated TileCodecDescriptor 's
getDefaultParameters() method will be used for encoding.
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. |