CompressAlgorithm enumeration
Identifies a compression algorithm to use when creating an instance of a compressor.
Syntax
var value = Windows.Storage.Compression.CompressAlgorithm.invalidAlgorithm;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The CompressAlgorithm enumeration has these members.
| Member | Value | Description |
|---|---|---|
| InvalidAlgorithm | invalidAlgorithm | 0 |
This value represents an invalid compression algorithm. It is useful primarily for error checking. |
| NullAlgorithm | nullAlgorithm | 1 |
This value represents an algorithm that passes data through with no compression. It is useful primarily for testing. |
| Mszip | mszip | 2 |
The compressor will use the MSZIP compression algorithm. |
| Xpress | xpress | 3 |
The compressor will use the XPRESS compression algorithm. |
| XpressHuff | xpressHuff | 4 |
The compressor will use the XPRESS compression algorithm with Huffman encoding. |
| Lzms | lzms | 5 |
The compressor will use the LZMS compression algorithm. |
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
Build date: 12/4/2012
