ZPAQ
From Just Solve the File Format Problem
(Difference between revisions)
m (→Specifications) |
|||
Line 16: | Line 16: | ||
== Specifications == | == Specifications == | ||
− | * [http://mattmahoney.net/dc/zpaq206.pdf The ZPAQ Open Standard Format, | + | * [http://mattmahoney.net/dc/zpaq206.pdf The ZPAQ Open Standard Format, Version 2.06] |
* [http://mattmahoney.net/dc/zpaq_compression.pdf The ZPAQ Compression Algorithm] | * [http://mattmahoney.net/dc/zpaq_compression.pdf The ZPAQ Compression Algorithm] | ||
Revision as of 13:23, 28 May 2016
ZPAQ (or zpaq) is a compressed archive format, and associated software. It is a member of the PAQ family of formats.
Apparently, a capitalized ZPAQ usually refers to the format, while zpaq refers to the software.
Contents |
ZPAQL
To the best of our understanding, ZPAQ decompression algorithms are written in a special programming language called ZPAQL (which apparently uses the .cfg file extension), compiled to bytecode, and stored in each ZPAQ archive. This allows ZPAQ to use practically any compression algorithm.
Identification
Most or all ZPAQ archives begin with ASCII "zPQ
", or "7kSt
".