Tzip
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=tzip |formattype=electronic |subcat=Compression |extensions={{ext|tz}} |released=≤1998 }} '''tzip''' is a file compression utility, and its associated com...") |
m |
||
Line 6: | Line 6: | ||
|released=≤1998 | |released=≤1998 | ||
}} | }} | ||
− | '''tzip''' is a file compression utility, and its associated compressed file format. It was written by Adam McKee. It uses | + | '''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 == |
Revision as of 21:04, 26 July 2014
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
Files begin with a two-byte ASCII signature: "TZ
". The third byte is always 0x00
in all known versions.