EndInflate Method

DotNetZip

Ionic Zip Library v1.9.1.6 EndInflate Method
ReferenceIonic.ZlibZlibCodecEndInflate()()()()
Ends an inflation session.
Declaration Syntax
C# Visual Basic Visual C++
public int EndInflate()
Public Function EndInflate As Integer
public:
int EndInflate()
Return Value
Z_OK if everything goes well.
Remarks
Call this after successively calling Inflate(). This will cause all buffers to be flushed. After calling this you cannot call Inflate() without a intervening call to one of the InitializeInflate() overloads.

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