IdeaBlade DevForce 2010 Help Reference
ResetDeflate Method
See Also  Send Feedback
IdeaBlade.Core Assembly > Ionic.Zlib Namespace > ZlibCodec Class : ResetDeflate Method



Reset a codec for another deflation session.

Syntax

Visual Basic (Declaration) 
Public Sub ResetDeflate() 
Visual Basic (Usage)Copy Code
Dim instance As ZlibCodec
 
instance.ResetDeflate()
C# 
public void ResetDeflate()
C++/CLI 
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.