CompressionMethod Enumeration

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

CompressionMethod Enumeration

The kind of compression used for an entry in an archive

public enum CompressionMethod

Members

Member Name Description
Stored A direct copy of the file contents is held in the archive
Deflated Common Zip compression method using a sliding dictionary of up to 32KB and secondary compression from Huffman/Shannon-Fano trees
Deflate64 An extension to deflate with a 64KB window. Not supported by #Zip currently
BZip2 Not supported by #Zip currently
WinZipAES WinZip special for AES encryption, Not supported by #Zip

Requirements

Namespace: ICSharpCode.SharpZipLib.Zip

Assembly: ICSharpCode.SharpZipLib (in ICSharpCode.SharpZipLib.dll)

See Also

ICSharpCode.SharpZipLib.Zip Namespace