ZipCompressionMethod

ZipCompressionMethod enumeration

Defines ZIP compression methods.

public enum ZipCompressionMethod : ushort

Values

Name Value Description
NoCompression 0 The file is stored (no compression).
Shrunk 1 The file is Shrunk.
Imploded 6 The file is Imploded.
Reserved 7 A reserved compression method.
Deflated 8 The file is Deflated.
BZip2 12 The file is compressed with the BZip2 algorithm.
Lzma 14 The Lempel-Ziv-Markov chain-Algorithm.

See Also