summaryrefslogtreecommitdiff
path: root/examples/README.examples
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2018-10-05 23:06:36 -0700
committerMark Adler <madler@alumni.caltech.edu>2018-10-07 13:55:00 -0700
commit354fa43d123b9759e4308c81e181caa1f97187ed (patch)
tree1afd6fd8f57e943ac1b18e6536bc2a3e0edcadca /examples/README.examples
parentcd16ff0b3a3665273e47141de8973bf1088cdf59 (diff)
downloadzlib-354fa43d123b9759e4308c81e181caa1f97187ed.tar.gz
Add gznorm.c example, which normalizes gzip files.
Diffstat (limited to 'examples/README.examples')
-rw-r--r--examples/README.examples4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/README.examples b/examples/README.examples
index 56a3171..42d9414 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()