LZMA Alone
From Just Solve the File Format Problem
(Difference between revisions)
(→Identification) |
({{DISPLAYTITLE:}}) |
||
(One intermediate revision by one user not shown) | |||
Line 1: | Line 1: | ||
− | {{FormatInfo | + | {{DISPLAYTITLE:LZMA_Alone}}{{FormatInfo |
+ | |name=LZMA_Alone | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Compression | |subcat=Compression | ||
Line 5: | Line 6: | ||
|mimetypes={{mimetype|application/x-lzma}} | |mimetypes={{mimetype|application/x-lzma}} | ||
}} | }} | ||
− | '''LZMA_Alone''' is a compressed file format that uses [[LZMA]] compression. It | + | '''LZMA_Alone''', also known as '''.lzma format''', is a compressed file format that uses [[LZMA]] compression. It is sometimes simply called '''LZMA''' or '''lzma''', but that can be misleading, because "LZMA" more commonly means the raw [[LZMA]] compressed data format. |
− | LZMA_Alone is | + | LZMA_Alone is deprecated, in favor of [[XZ]]. Other LZMA-based alternatives include [[7z]] and [[Lzip]]. |
== Format == | == Format == | ||
Line 13: | Line 14: | ||
== Identification == | == Identification == | ||
− | There is no signature, and no | + | There is no signature, and no simple way to identify LZMA_Alone files just by looking at the header. That said, it is common for them to start with bytes <code>5D 00 00</code>. |
− | The <code>lzmainfo</code> utility from XZ Utils | + | The <code>lzmainfo</code> utility from XZ Utils can help with identification. |
== Specifications == | == Specifications == | ||
Line 27: | Line 28: | ||
** <code>lzmainfo</code> | ** <code>lzmainfo</code> | ||
** liblzma | ** liblzma | ||
+ | * [[7-Zip]] |
Latest revision as of 08:05, 10 March 2015
LZMA_Alone, also known as .lzma format, is a compressed file format that uses LZMA compression. It is sometimes simply called LZMA or lzma, but that can be misleading, because "LZMA" more commonly means the raw LZMA compressed data format.
LZMA_Alone is deprecated, in favor of XZ. Other LZMA-based alternatives include 7z and Lzip.
Contents |
[edit] Format
LZMA_Alone files have a 13-byte header.
[edit] Identification
There is no signature, and no simple 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
.
The lzmainfo
utility from XZ Utils can help with identification.
[edit] Specifications
- XZ Utils source → doc/lzma-file-format.txt