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