7z
From Just Solve the File Format Problem
(Difference between revisions)
(Wikidata) |
|||
Line 4: | Line 4: | ||
|extensions={{ext|7z}} | |extensions={{ext|7z}} | ||
|mimetypes={{mimetype|application/x-7z-compressed}} | |mimetypes={{mimetype|application/x-7z-compressed}} | ||
+ | |locfdd={{LoCFDD|fdd000539}} | ||
|pronom={{PRONOM|fmt/484}} | |pronom={{PRONOM|fmt/484}} | ||
|wikidata={{wikidata|Q27492089}} | |wikidata={{wikidata|Q27492089}} | ||
Line 10: | Line 11: | ||
== Format details == | == Format details == | ||
− | 7z | + | The 7z format defines many compression methods. The ones normally used are [[LZMA2]] (default for 7-Zip 9.30 alpha +), [[LZMA]] (default for 7-Zip prior to 9.30 alpha), [[PPMd]], and [[bzip2]]. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Identification == | == Identification == | ||
Line 30: | Line 24: | ||
== Specifications == | == Specifications == | ||
− | * Refer to the DOC/7zFormat.txt | + | * Refer to the DOC/7zFormat.txt and DOC/Methods.txt files in the source distribution. |
− | + | ||
== Software == | == Software == | ||
* [[7-Zip]] | * [[7-Zip]] | ||
− | * [ | + | * [https://7zx.en.softonic.com/mac 7zX for Mac] |
* [http://p7zip.sourceforge.net/ p7zip] | * [http://p7zip.sourceforge.net/ p7zip] | ||
Line 42: | Line 35: | ||
== Links == | == Links == | ||
− | * [ | + | * [https://www.7-zip.org/7z.html 7-Zip page about 7z Format] |
* [[Wikipedia:7z|Wikipedia article]] | * [[Wikipedia:7z|Wikipedia article]] |
Revision as of 13:22, 15 August 2022
7z is a file format for archiving and data compression, developed by Igor Pavlov. It is the native format of the 7-Zip archiving application.
Contents |
Format details
The 7z format defines many compression methods. The ones normally used are LZMA2 (default for 7-Zip 9.30 alpha +), LZMA (default for 7-Zip prior to 9.30 alpha), PPMd, and bzip2.
Identification
7z files begin with signature bytes '7' 'z' BC AF 27 1C
.
Related formats
Specifications
- Refer to the DOC/7zFormat.txt and DOC/Methods.txt files in the source distribution.