Inflater Constructor (Boolean)

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

Inflater Constructor (Boolean)

Creates a new inflater.

public Inflater(
   bool noHeader
);

Parameters

noHeader
True if no RFC1950/Zlib header and footer fields are expected in the input data This is used for GZIPed/Zipped input. For compatibility with Sun JDK you should provide one byte of input more than needed in this case.

See Also

Inflater Class | ICSharpCode.SharpZipLib.Zip.Compression Namespace | Inflater Constructor Overload List