From 6b8233bfe00e79134cb1b84fc49d4f750a797f79 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:43 -0700 Subject: zlib 1.2.2.3 --- examples/README.examples | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'examples/README.examples') diff --git a/examples/README.examples b/examples/README.examples index 10845252..75e99704 100644 --- a/examples/README.examples +++ b/examples/README.examples @@ -4,6 +4,13 @@ fitblk.c compress just enough input to nearly fill a requested output size - zlib isn't designed to do this, but fitblk does it anyway +gun.c + uncompress a gzip file + - illustrates the use of inflateBack() for high speed file-to-file + decompression using call-back functions + - is approximately twice as fast as gzip -d + - also provides Unix uncompress functionality, again twice as fast + gzappend.c append to a gzip file - illustrates the use of the Z_BLOCK flush parameter for inflate() @@ -27,3 +34,4 @@ zlib_how.html zpipe.c reads and writes zlib streams from stdin to stdout - illustrates the proper use of deflate() and inflate() + - deeply commented in zlib_how.html (see above) -- cgit v1.2.3-55-g6feb