From 354fa43d123b9759e4308c81e181caa1f97187ed Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 5 Oct 2018 23:06:36 -0700 Subject: Add gznorm.c example, which normalizes gzip files. --- examples/README.examples | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/README.examples') diff --git a/examples/README.examples b/examples/README.examples index 56a31714..42d94142 100644 --- a/examples/README.examples +++ b/examples/README.examples @@ -34,6 +34,10 @@ gzlog.h and deflateSetDictionary() - illustrates use of a gzip header extra field +gznorm.c + normalize a gzip file by combining members into a single member + - demonstrates how to concatenate deflate streams using Z_BLOCK + zlib_how.html painfully comprehensive description of zpipe.c (see below) - describes in excruciating detail the use of deflate() and inflate() -- cgit v1.2.3-55-g6feb