InitializeInflate Method

DotNetZip

Ionic Zip Library v1.9.1.6 InitializeInflate Method
ReferenceIonic.ZlibZlibCodecInitializeInflate()()()()
Initialize the inflation state.
Declaration Syntax
C# Visual Basic Visual C++
public int InitializeInflate()
Public Function InitializeInflate As Integer
public:
int InitializeInflate()
Return Value
Z_OK if everything goes well.
Remarks
It is not necessary to call this before using the ZlibCodec to inflate data; It is implicitly called when you call the constructor.

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