Skip to main content

WixToolset.Dtf.Compression.Zip namespace

Classes

ClassDescription
CrcStreamWraps a source stream and calcaluates a CRC over all bytes that are read or written.
ZipEngineEngine capable of packing and unpacking archives in the zip format.
ZipExceptionException class for zip operations.
ZipFileInfoObject representing a compressed file within a zip package; provides operations for getting the file properties and extracting the file.
ZipInfoObject representing a zip file on disk; provides access to file-based operations on the zip file.

Enumerations

EnumerationDescription
ZipCompressionMethodIdentifies the compression method or "algorithm" used for a single file within a zip archive.