Inflater Constructor (Boolean)

Creates a new inflater.

[Visual Basic]
Overloads Public Sub New( _
   ByVal nowrap As Boolean _
)
[C#]
public Inflater(
   bool nowrap
);

Parameters

nowrap

true if no header and checksum field appears in the stream. This is used for GZIPed input. For compatibility with Sun JDK you should provide one byte of input more than needed in this case.

See Also

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