diff options
Diffstat (limited to 'source/a/file/file.xz.magic')
-rw-r--r-- | source/a/file/file.xz.magic | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/source/a/file/file.xz.magic b/source/a/file/file.xz.magic new file mode 100644 index 00000000..9aa36e45 --- /dev/null +++ b/source/a/file/file.xz.magic @@ -0,0 +1,9 @@ + +# XZ (Lempel-Ziv-Markov chain-Algorithm) file format supported by: +# - 7-Zip <http://7-zip.org/> +# - LZMA SDK <http://7-zip.org/sdk.html> +# - XZ Utils <http://tukaani.org/xz/> +# +0 ustring \xFD7zXZ\x00 xz compressed data, +>6 ubyte&0x10 0x00 single-block stream +>6 ubyte&0x10 0x10 multi-block stream |