diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:52 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:24:52 -0700 |
commit | 9c3a5830218c4e7fff23b8fc4386269db77a03a9 (patch) | |
tree | 913542049433ae44de55d22913f6bca921f2dc15 /examples/README.examples | |
parent | 6b8233bfe00e79134cb1b84fc49d4f750a797f79 (diff) | |
download | zlib-1.2.2.4.tar.gz zlib-1.2.2.4.tar.bz2 zlib-1.2.2.4.zip |
zlib 1.2.2.4v1.2.2.4
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 | ||