From 9c3a5830218c4e7fff23b8fc4386269db77a03a9 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:24:52 -0700 Subject: zlib 1.2.2.4 --- examples/README.examples | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples/README.examples') diff --git a/examples/README.examples b/examples/README.examples index 75e99704..5632d7a4 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 -- cgit v1.2.3-55-g6feb