Zzip

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |subcat=Archiving |extensions={{ext|zz}} }} '''Zzip''' is a file compression/archiving utility (with Windows and Unix versions) and its file format. The program ...")
 
 
(One intermediate revision by one user not shown)
Line 2: Line 2:
 
|subcat=Archiving
 
|subcat=Archiving
 
|extensions={{ext|zz}}
 
|extensions={{ext|zz}}
 +
|released=1999?
 
}}
 
}}
 +
'''Zzip''' is a file compression/archiving utility (with Windows and Unix versions) and its file format. It was developed by Damien Debin.
  
'''Zzip''' is a file compression/archiving utility (with Windows and Unix versions) and its file format. The program doesn't seem to have been updated since June 2001, at which time the "unix version doesn't work any more" according to the revision history. The revision history also gives version 0.33a as when the "multiple-files-in-a-single-archive feature added", so it was apparently a single-file archiver before that.
+
The program doesn't seem to have been updated since June 2001, at which time the "unix version doesn't work any more" according to the revision history. The revision history also gives version 0.33a as when the "multiple-files-in-a-single-archive feature added", so it was apparently a single-file archiver before that.
  
The source code is downloadable, so the file format could probably be figured out from that.
+
Its compression scheme involves the [[Burrows–Wheeler transform]]. The source code is downloadable, so the file format could probably be figured out from that.
  
 
Zzip was designed to be used either as a standalone program or a library to embed in other programs.
 
Zzip was designed to be used either as a standalone program or a library to embed in other programs.
  
There are some other references to a "Zzip" or "Zziplib" which might (or might not) be unrelated; these seem to deal with normal [[ZIP]] files.
+
It includes a utility to build self-extracting Zzip archives for the Windows platform.
 +
 
 +
== Disambiguation ==
 +
Not to be confused with '''zziplib''', a library for [[ZIP]] format.
 +
 
 +
== Identification ==
 +
Presumably, all ZZip files start with the ASCII signature "{{magic|ZZ}}".
 +
 
 +
For 0.36c at least, the next byte is a version number -- always <code>0x31</code> (ASCII "<code>1</code>") in v0.36c.
 +
 
 +
[[IDArc]] suggests that version <code>0x30</code> was also used.
 +
 
 +
IDArc also suggests that some files start with {{magic|'Z' 'Z' 0x20 0x00 0x00}}, which does not seem to fit the pattern of the later format versions.
  
 
== Links ==
 
== Links ==
* [http://damiendebin.net/archives/zzip/ Official site]
+
* [https://archives.damiendebin.net/zzip/ Official site]
 +
* [https://github.com/ddebin/zzip/ Source code at GitHub]
 
* [http://compressionratings.com/i_zzip.html Compression ratings]
 
* [http://compressionratings.com/i_zzip.html Compression ratings]
 
+
* [https://web.archive.org/web/20151028014748/http://freecode.com/projects/zzip-zzlib ZZip-zzlib (archived)]
== Possibly unrelated ==
+
* [http://zziplib.sourceforge.net/ Zziplib]
+
* [http://search.cpan.org/~vspader/Archive-ZZip-0.13/ZZip/ZZip.pm Archive-ZZip (CPAN)]
+
* [http://freecode.com/projects/zzip-zzlib ZZip-zzlib]
+

Latest revision as of 17:09, 3 October 2023

File Format
Name Zzip
Ontology
Extension(s) .zz
Released 1999?

Zzip is a file compression/archiving utility (with Windows and Unix versions) and its file format. It was developed by Damien Debin.

The program doesn't seem to have been updated since June 2001, at which time the "unix version doesn't work any more" according to the revision history. The revision history also gives version 0.33a as when the "multiple-files-in-a-single-archive feature added", so it was apparently a single-file archiver before that.

Its compression scheme involves the Burrows–Wheeler transform. The source code is downloadable, so the file format could probably be figured out from that.

Zzip was designed to be used either as a standalone program or a library to embed in other programs.

It includes a utility to build self-extracting Zzip archives for the Windows platform.

[edit] Disambiguation

Not to be confused with zziplib, a library for ZIP format.

[edit] Identification

Presumably, all ZZip files start with the ASCII signature "ZZ".

For 0.36c at least, the next byte is a version number -- always 0x31 (ASCII "1") in v0.36c.

IDArc suggests that version 0x30 was also used.

IDArc also suggests that some files start with 'Z' 'Z' 0x20 0x00 0x00, which does not seem to fit the pattern of the later format versions.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox