by Dan East » Jul 5, 2001 @ 9:44pm
zLib gzip compression is all PQ supports. The gzip algorithm is free, non-patented, and the source is available. I believe zip uses the gzip algorithm for its primary compression. Other routines, like zip, are more bloated, and have a lot of additional liabilities, like the ability to contain multiple files, password protection, file attributes, multiple compression alogorithms, etc. gzip is just an algorithm for compressing a stream of data.<br><br>Dan East