-
Notifications
You must be signed in to change notification settings - Fork 14
Compression methods
Joachim Metz edited this page Sep 28, 2014
·
2 revisions
Identifier | Description |
---|---|
COMPRESSION_FORMAT_LZNT1 |
LZNT1 compression (LZ77). Sometimes also referred to as NTFS compression. |
COMPRESSION_FORMAT_XPRESS |
LZXPRESS compression (LZ77 + DIRECT2). |
COMPRESSION_FORMAT_XPRESS_HUFF |
LZXPRESS with Huffman compression. |