LZMA Alone

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Identification)
Line 1: Line 1:
 
{{FormatInfo
 
{{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 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''', 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 considered to be deprecated, in favor of [[XZ]]. Other LZMA-based alternatives include [[7z]] and [[Lzip]].
+
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 ''reliable'' 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>.
+
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 may help with identification.
+
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]]

Revision as of 16:19, 18 January 2014

File Format
Name LZMA_Alone
Ontology
Extension(s) .lzma
MIME Type(s) application/x-lzma

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

Format

LZMA_Alone files have a 13-byte header.

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.

Specifications

Software

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox