mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
fixed LZHAM 7-zip Header description
This commit is contained in:
@@ -29,10 +29,12 @@ License:
|
||||
LZHAM library is provided as open source software using a MIT license.
|
||||
|
||||
7-Zip Container Header:
|
||||
Byte _ver_major;
|
||||
Byte _ver_minor;
|
||||
Byte _ver;
|
||||
Byte _dict_size;
|
||||
Byte _level;
|
||||
Byte _reserved[2];
|
||||
Byte _flags;
|
||||
Byte _reserved[1];
|
||||
|
||||
|
||||
Algorithm author: Rich Geldreich
|
||||
Algorithm Homepage: https://github.com/richgel999/lzham_codec
|
||||
|
||||
Reference in New Issue
Block a user