mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 18:07:15 -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.
|
LZHAM library is provided as open source software using a MIT license.
|
||||||
|
|
||||||
7-Zip Container Header:
|
7-Zip Container Header:
|
||||||
Byte _ver_major;
|
Byte _ver;
|
||||||
Byte _ver_minor;
|
Byte _dict_size;
|
||||||
Byte _level;
|
Byte _level;
|
||||||
Byte _reserved[2];
|
Byte _flags;
|
||||||
|
Byte _reserved[1];
|
||||||
|
|
||||||
|
|
||||||
Algorithm author: Rich Geldreich
|
Algorithm author: Rich Geldreich
|
||||||
Algorithm Homepage: https://github.com/richgel999/lzham_codec
|
Algorithm Homepage: https://github.com/richgel999/lzham_codec
|
||||||
|
|||||||
Reference in New Issue
Block a user