Tzip
From Just Solve the File Format Problem
(Difference between revisions)
m |
|||
(2 intermediate revisions by one user not shown) | |||
Line 6: | Line 6: | ||
|released=≤1998 | |released=≤1998 | ||
}} | }} | ||
+ | {{DISPLAYTITLE:tzip}} | ||
'''tzip''' is a file compression utility, and its associated compressed file format. It was written by Adam McKee. It uses [[Burrows–Wheeler transform]] compression. It's designed such that it could be used as a drop-in replacement for [[gzip]] (although [[bzip2]] should be preferred over tzip). | '''tzip''' is a file compression utility, and its associated compressed file format. It was written by Adam McKee. It uses [[Burrows–Wheeler transform]] compression. It's designed such that it could be used as a drop-in replacement for [[gzip]] (although [[bzip2]] should be preferred over tzip). | ||
== Identification == | == Identification == | ||
Files begin with a two-byte ASCII signature: "<code>TZ</code>". The third byte is always <code>0x00</code> in all known versions. | Files begin with a two-byte ASCII signature: "<code>TZ</code>". The third byte is always <code>0x00</code> in all known versions. | ||
+ | |||
+ | ==See also== | ||
+ | * [[Tzip (Text ZIP)|Tzip]] an unrelated compression format with the same name. | ||
== Software == | == Software == | ||
* http://ibiblio.org/pub/Linux/utils/compress/ → tzip-* | * http://ibiblio.org/pub/Linux/utils/compress/ → tzip-* |
Latest revision as of 13:29, 28 June 2016
tzip is a file compression utility, and its associated compressed file format. It was written by Adam McKee. It uses Burrows–Wheeler transform compression. It's designed such that it could be used as a drop-in replacement for gzip (although bzip2 should be preferred over tzip).
[edit] Identification
Files begin with a two-byte ASCII signature: "TZ
". The third byte is always 0x00
in all known versions.
[edit] See also
- Tzip an unrelated compression format with the same name.