ResetDeflate Method

DotNetZip

Ionic Zip Library v1.9.1.6 ResetDeflate Method
ReferenceIonic.ZlibZlibCodecResetDeflate()()()()
Reset a codec for another deflation session.
Declaration Syntax
C# Visual Basic Visual C++
public void ResetDeflate()
Public Sub ResetDeflate
public:
void ResetDeflate()
Return Value
Z_OK if all goes well.
Remarks
Call this to reset the deflation state. For example if a thread is deflating non-consecutive blocks, you can call Reset() after the Deflate(Sync) of the first block and before the next Deflate(None) of the second block.

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