Overload | Description |
---|---|
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. |
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