Enum CompressionMethod
The kind of compression used for an entry in an archive
Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum CompressionMethod
Fields
| Name | Description |
|---|---|
| BZip2 | BZip2 compression. Not supported by #Zip. |
| Deflate64 | An extension to deflate with a 64KB window. Not supported by #Zip currently |
| Deflated | Common Zip compression method using a sliding dictionary of up to 32KB and secondary compression from Huffman/Shannon-Fano trees |
| LZMA | LZMA compression. Not supported by #Zip. |
| PPMd | PPMd compression. Not supported by #Zip. |
| Stored | A direct copy of the file contents is held in the archive |
| WinZipAES | WinZip special for AES encryption, Now supported by #Zip. |