Ionic Zip Library v1.9.1.6
ResetDeflate Method
Reference ► Ionic.Zlib ► ZlibCodec ► ResetDeflate()()()()
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.