Inflater.Inflater
Inflater.Inflater
Class Overview
|
Class Members
|
This Package
|
All Packages
Syntax 1
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.
Syntax 2
public Inflater()
Description
Creates a new decompressor.
Send feedback
to MSDN.
Look here
for MSDN Online resources.