From: John Foderaro
Subject: inflate implementation (new opensource module)
Date: 
Message-ID: <MPG.165a0fe4e60cab2f98971d@news.dnai.com>
 I've just published the code to Inflate a byte stream
compressed by the Deflate algorithm.   Deflate is
ths most common compression algorithm used in zip files
and jar files.  It is also the compression algorithm
used by gzip.

 I have code to add this inflator to a simple-stream
via encapsulation, and I'll be releasing that in a few weeks.

 Details and code can be found here:

    http://opensource.franz.com/deflate/index.html

 I've only tested in on ACL 6.0 and ACL 6.1.



 Other interesting open source code can be found
at:
   http://opensource.franz.com/index.html