CompressionFormat Enum
Namespace: Rebex.IO.Compression.Streams
Assembly: Rebex.Zip.dll (version 7.0.9083)
Specifies the compressed data format.
Syntax
public enum CompressionFormat
Fields
Name | Description |
---|---|
Deflate | Deflate algorithm specified in RFC 1951. |
Gzip | GZIP algorithm specified in RFC 1952. |
Zlib | ZLIB algorithm specified in RFC 1950. |