Specifies the compressed data format.

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

Syntax

Visual Basic
Public Enumeration CompressionFormat
C#
public enum CompressionFormat

Members

Member nameDescription
Supported by the .NET Compact FrameworkDeflate
Deflate algorithm specified in RFC 1951.
Supported by the .NET Compact FrameworkZlib
ZLIB algorithm specified in RFC 1950.
Supported by the .NET Compact FrameworkGzip
GZIP algorithm specified in RFC 1952.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also