diff options
Diffstat (limited to 'DOC/Methods.txt')
-rw-r--r-- | DOC/Methods.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/DOC/Methods.txt b/DOC/Methods.txt index d4a1b1d..541f1c1 100644 --- a/DOC/Methods.txt +++ b/DOC/Methods.txt | |||
@@ -1,8 +1,8 @@ | |||
1 | 7-Zip method IDs for 7z and xz archives | 1 | 7-Zip method IDs for 7z and xz archives |
2 | --------------------------------------- | 2 | --------------------------------------- |
3 | 3 | ||
4 | Version: 18.06 | 4 | Version: 23.01 |
5 | Date: 2018-06-30 | 5 | Date: 2023-06-30 |
6 | 6 | ||
7 | Each compression or crypto method in 7z is associated with unique binary value (ID). | 7 | Each compression or crypto method in 7z is associated with unique binary value (ID). |
8 | The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes). | 8 | The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes). |
@@ -37,6 +37,7 @@ List of defined IDs | |||
37 | 07 - ARM (little-endian) | 37 | 07 - ARM (little-endian) |
38 | 08 - ARMT (little-endian) | 38 | 08 - ARMT (little-endian) |
39 | 09 - SPARC | 39 | 09 - SPARC |
40 | 0A - ARM64 | ||
40 | 41 | ||
41 | 21 - LZMA2 | 42 | 21 - LZMA2 |
42 | 43 | ||
@@ -88,6 +89,8 @@ List of defined IDs | |||
88 | 0A - Imploding | 89 | 0A - Imploding |
89 | 0C - BZip2 (not used. Use {040202} instead) | 90 | 0C - BZip2 (not used. Use {040202} instead) |
90 | 0E - LZMA (LZMA-zip) | 91 | 0E - LZMA (LZMA-zip) |
92 | |||
93 | 5D - ZSTD | ||
91 | 5F - xz | 94 | 5F - xz |
92 | 60 - Jpeg | 95 | 60 - Jpeg |
93 | 61 - WavPack | 96 | 61 - WavPack |