InitializeInflate Method (windowBits)

DotNetZip

Ionic Zip Library v1.9.1.6 InitializeInflate Method (windowBits)
ReferenceIonic.ZlibZlibCodecInitializeInflate(Int32)
Initialize the ZlibCodec for inflation, with the specified number of window bits.
Declaration Syntax
C# Visual Basic Visual C++
public int InitializeInflate(
	int windowBits
)
Public Function InitializeInflate ( _
	windowBits As Integer _
) As Integer
public:
int InitializeInflate(
	int windowBits
)
Parameters
windowBits (Int32)
The number of window bits to use. If you need to ask what that is, then you shouldn't be calling this initializer.
Return Value
Z_OK if all goes well.

Assembly: Ionic.Zip (Module: Ionic.Zip) Version: 1.9.1.8 (1.9.1.8)