Andrew Collier wrote:
> - an implementation of the inflate decompression algorithm from RFC1951,
> as used by gzip and other compatible utilities.

Very nice!

Can it be fed straight gzip file data, or does it need the file header
stripping from it first?  I think I usually pass everything to zlib's
inflate, but it may well detect and skip it.

Si

Reply via email to