LZMA Alone
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Compression |extensions={{ext|lzma}} |mimetypes={{mimetype|application/x-lzma}} }} '''LZMA_Alone''' is a compressed file format tha...") |
(→Software) |
||
Line 20: | Line 20: | ||
== Software == | == Software == | ||
* [http://www.7-zip.org/sdk.html LZMA SDK] | * [http://www.7-zip.org/sdk.html LZMA SDK] | ||
− | * [http://tukaani.org/xz/ XZ Utils]: xz (with appropriate options), lzma, unlzma, lzcat | + | * [http://tukaani.org/xz/ XZ Utils]: |
+ | ** <code>xz</code> (with appropriate options), <code>lzma</code>, <code>unlzma</code>, <code>lzcat</code> | ||
+ | ** <code>lzmadec</code> | ||
+ | ** <code>lzmainfo</code> | ||
+ | ** liblzma |
Revision as of 16:19, 25 July 2013
LZMA_Alone is a compressed file format that uses LZMA compression. It may be more commonly known as simply LZMA or .lzma format, but note that it is a file format, and not quite the same thing as the raw LZMA compressed data format.
LZMA_Alone is considered to be deprecated, in favor of XZ. Other LZMA-based alternatives include 7z and Lzip.
Contents |
Format
LZMA_Alone files have a 13-byte header.
Identification
There is no signature, and no reliable way to identify LZMA_Alone files just by looking at the header. That said, it is common for them to start with bytes 5D 00 00
.
Specifications
- XZ Utils source → doc/lzma-file-format.txt