Constructs a new zlib decompression filter. You need to pass in the stream that the decompression filter will read from. If you are using this filter with a conduit, the idiom to use is:
This enumeration allows you to specify the encoding of the compressed stream.
Closes the compression stream.
Decompresses data from the underlying conduit into a target array.
Resets and re-initialises this instance.
Return the hosting conduit.
Read from conduit into a target array. The provided dst will be populated with content from the conduit.
Load the bits from a stream, and return them all in an array. The dst array can be provided as an option, which will be expanded as necessary to consume the input.
Clear any buffered content.
Seek on this stream. Target conduits that don't support seeking will throw an IOException.
Return the upstream host of this filter.
Close the input.
This input filter can be used to perform decompression of zlib streams.