XZ

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Software)
Line 13: Line 13:
  
 
== Software ==
 
== Software ==
* [http://7-zip.org/ 7-Zip] supports XZ among other formats
+
* [[7-Zip]] supports XZ among other formats
 
* [http://7-zip.org/sdk.html LZMA SDK]
 
* [http://7-zip.org/sdk.html LZMA SDK]
 
* [http://tukaani.org/xz/ XZ Utils]:
 
* [http://tukaani.org/xz/ XZ Utils]:

Revision as of 23:52, 9 June 2015

File Format
Name XZ
Ontology
Extension(s) .xz
MIME Type(s) application/x-xz

XZ is a stream compression format with built-in integrity checks. It uses LZMA2 compression. Compressed streams are able to be concatenated and still be decompressible like a single-stream file.

XZ is a successor to LZMA_Alone format, and an alternative to Lzip.

Identification

XZ files always have lengths that are multiples of 4 bytes, and they begin with a 6-byte "magic" sequence of (hex) FD 37 7A 58 5A 00 and end with footer "magic bytes" of 59 5A. (The ending bytes can be verified as a sign that the file has not been truncated in transmission.)

Software

References

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox