| Constructs a GZIPTileDecoder .
GZIPTileDecoder may throw a
IllegalArgumentException if param 's
getParameterListDescriptor() method does not return
the same descriptor as that from the associated
TileCodecDescriptor 's
getParameterListDescriptor method for the "tileDecoder"
registry mode.
If param is null, then the default parameter list for decoding
as defined by the associated TileCodecDescriptor 's
getDefaultParameters() method will be used for decoding.
Parameters: input - The InputStream to decode data from. Parameters: param - The object containing the tile decoding parameters. throws: IllegalArgumentException - if input is null. throws: IllegalArgumentException - if param is not appropriate. |