DeflateStrategy Enumeration

SharpZip Compression Library

SharpZip Compression Library

DeflateStrategy Enumeration

Strategies for deflater

public enum DeflateStrategy

Members

Member Name Description
Default The default strategy
Filtered This strategy will only allow longer string repetitions. It is useful for random data with a small character set.
HuffmanOnly This strategy will not look for string repetitions at all. It only encodes with Huffman trees (which means, that more common characters get a smaller encoding.

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip.Compression

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Zip.Compression Namespace