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



Initialize the ZlibCodec for deflation operation.

Overload List

OverloadDescription
InitializeDeflate() Initialize the ZlibCodec for deflation operation.  
InitializeDeflate(CompressionLevel) Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel.  
InitializeDeflate(CompressionLevel,Boolean) Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel, and the explicit flag governing whether to emit an RFC1950 header byte pair.  
InitializeDeflate(CompressionLevel,Int32) Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel, and the specified number of window bits.  
InitializeDeflate(CompressionLevel,Int32,Boolean) Initialize the ZlibCodec for deflation operation, using the specified CompressionLevel, the specified number of window bits, and the explicit flag governing whether to emit an RFC1950 header byte pair.  

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.