summaryrefslogtreecommitdiff
path: root/examples/README.examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples/README.examples')
-rw-r--r--examples/README.examples5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/README.examples b/examples/README.examples
index 75e9970..5632d7a 100644
--- a/examples/README.examples
+++ b/examples/README.examples
@@ -35,3 +35,8 @@ 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)
+
+zran.c
+ index a zlib or gzip stream and randomly access it
+ - illustrates the use of Z_BLOCK, inflatePrime(), and
+ inflateSetDictionary() to provide random access