What it is
GZIP-STREAM provides a few utilities for reading and writing streams in the gzip format.
- FUNCTION: (make-gzip-input-stream stream)
- FUNCTION: (make-gzip-output-stream stream)
- FUNCTION: (gzip in-file out-file)
- FUNCTION: (gunzip in-file out-file)
- FUNCTION: (gunzip-sequence sequence)
- FUNCTION: (gzip-sequence sequence)
- MACRO : (with-open-gzip-file (var path &rest args-to-open) &body)
These should be enough for all your zlib needs
Mailing Lists
Getting it
Notable News
27 March 2009 | Released version 0.2.8 to placate Kenny. |
20 July 2006 | Put up this page (Shamelessly borrowed from asdf-install's) |
About Me