diff options
Diffstat (limited to 'examples/README.examples')
-rw-r--r-- | examples/README.examples | 5 |
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 | |||
35 | reads and writes zlib streams from stdin to stdout | 35 | reads and writes zlib streams from stdin to stdout |
36 | - illustrates the proper use of deflate() and inflate() | 36 | - illustrates the proper use of deflate() and inflate() |
37 | - deeply commented in zlib_how.html (see above) | 37 | - deeply commented in zlib_how.html (see above) |
38 | |||
39 | zran.c | ||
40 | index a zlib or gzip stream and randomly access it | ||
41 | - illustrates the use of Z_BLOCK, inflatePrime(), and | ||
42 | inflateSetDictionary() to provide random access | ||