Keyoti RapidSpell Desktop .NET API Docs
ResetDeflate Method
APIKeyoti.RapidSpell.CompressionZlibCodecResetDeflate()()()()
Keyoti RapidSpell Desktop .NET
Reset a codec for another deflation session.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public void ResetDeflate()
public void ResetDeflate()
Public Sub ResetDeflate
Public Sub ResetDeflate
public:
void ResetDeflate()
public:
void ResetDeflate()
member ResetDeflate : unit -> unit 
member ResetDeflate : unit -> unit 
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: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412