Specifies the method used to compress data.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Enumeration CompressionMethod
C#
public enum CompressionMethod

Members

Member nameDescription
Supported by the .NET Compact FrameworkNoCompression
Uncompressed.
Supported by the .NET Compact FrameworkDeflate
Deflated.
Supported by the .NET Compact FrameworkEnhancedDeflate
Enhanced DEFLATE (compatible with Deflate64(tm)).
Please note that some unpackers don't support the Enhanced deflate (e.g. Windows XP built in ZIP tool).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also