Bzip2
From Just Solve the File Format Problem
(Difference between revisions)
Line 6: | Line 6: | ||
|mimetypes={{mimetype|application/x-bzip2}} | |mimetypes={{mimetype|application/x-bzip2}} | ||
|pronom={{PRONOM|x-fmt/268}} | |pronom={{PRONOM|x-fmt/268}} | ||
− | |released= | + | |released=1997 |
}} | }} | ||
'''bzip2''' is a data compression algorithm and compressed file format. | '''bzip2''' is a data compression algorithm and compressed file format. | ||
== Identification == | == Identification == | ||
− | Files begin with bytes <code>42 5A | + | Files begin with bytes <code>42 5A 68 ?? 31 41 59 26 53 59</code>. |
== Software == | == Software == | ||
* [http://bzip.org/ bzip2 and libbzip2] | * [http://bzip.org/ bzip2 and libbzip2] | ||
+ | |||
+ | == See also == | ||
+ | * [[bzip]] | ||
== Links == | == Links == | ||
* [[Wikipedia:Bzip2|Wikipedia article]] | * [[Wikipedia:Bzip2|Wikipedia article]] |
Revision as of 00:26, 1 November 2013
bzip2 is a data compression algorithm and compressed file format.
Contents |
Identification
Files begin with bytes 42 5A 68 ?? 31 41 59 26 53 59
.