Get the list of decode parameters. Each entry in the list will refer to
an entry in the filters list.
The list of decode parameters. throws: IOException - if there is an error retrieving the parameters.
Get the list of decode parameters. Each entry in the list will refer to
an entry in the filters list.
The list of decode parameters. throws: IOException - if there is an error retrieving the parameters.
This will get the list of filters that are associated with this stream. Or
null if there are none.
A list of all encoding filters to apply to this stream.
This will get the list of filters that are associated with this stream. Or
null if there are none.
A list of all encoding filters to apply to this stream.
This will get the length of the filtered/compressed stream. This is readonly in the
PD Model and will be managed by this class.
The length of the filtered stream.
This will get a stream with some filters applied but not others. This is useful
when doing images, ie filters = [flate,dct], we want to remove flate but leave dct
Parameters: stopFilters - A list of filters to stop decoding at. A stream with decoded data. throws: IOException - If there is an error processing the stream.