WixToolset.Dtf.Compression.Zip namespace
Classes
| Class | Description |
|---|---|
| CrcStream | Wraps a source stream and calcaluates a CRC over all bytes that are read or written. |
| ZipEngine | Engine capable of packing and unpacking archives in the zip format. |
| ZipException | Exception class for zip operations. |
| ZipFileInfo | Object representing a compressed file within a zip package; provides operations for getting the file properties and extracting the file. |
| ZipInfo | Object representing a zip file on disk; provides access to file-based operations on the zip file. |
Enumerations
| Enumeration | Description |
|---|---|
| ZipCompressionMethod | Identifies the compression method or “algorithm” used for a single file within a zip archive. |