aboutsummaryrefslogtreecommitdiff
path: root/DOC/Methods.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--DOC/Methods.txt7
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 @@
17-Zip method IDs for 7z and xz archives 17-Zip method IDs for 7z and xz archives
2--------------------------------------- 2---------------------------------------
3 3
4Version: 18.06 4Version: 23.01
5Date: 2018-06-30 5Date: 2023-06-30
6 6
7Each compression or crypto method in 7z is associated with unique binary value (ID). 7Each compression or crypto method in 7z is associated with unique binary value (ID).
8The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes). 8The length of ID in bytes is arbitrary but it can not exceed 63 bits (8 bytes).
@@ -37,6 +37,7 @@ List of defined IDs
3707 - ARM (little-endian) 3707 - ARM (little-endian)
3808 - ARMT (little-endian) 3808 - ARMT (little-endian)
3909 - SPARC 3909 - SPARC
400A - ARM64
40 41
4121 - LZMA2 4221 - 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