ZipCompressionMethod enumeration
ZipCompressionMethod enumeration
Defines ZIP compression methods.
The ZipCompressionMethod type exposes the following members:
Fields
Field | Description |
---|---|
NO_COMPRESSION | The file is stored (no compression). |
SHRUNK | The file is Shrunk. |
IMPLODED | The file is Imploded. |
RESERVED | A reserved compression method. |
DEFLATED | The file is Deflated. |
B_ZIP2 | The file is compressed with the BZip2 algorithm. |
LZMA | The Lempel-Ziv-Markov chain-Algorithm. |