Inflater.Inflater
Class Overview | Class Members |
This Package |
All Packages
public Inflater( boolean nowrap )
Parameters
- nowrap
- if true then support GZIP compatible compression
Description
Creates a new decompressor. If the parameter 'nowrap' is true then
the ZLIB header and checksum fields will not be used in order to
support the compression format used by both GZIP and PKZIP.
public Inflater()
Description
Creates a new decompressor.