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 name | Description | |
---|---|---|
Deflate |
Deflate algorithm specified in RFC 1951.
| |
Zlib |
ZLIB algorithm specified in RFC 1950.
| |
Gzip |
GZIP algorithm specified in RFC 1952.
|