URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [zlib/] [examples/] [README.examples] - Rev 827
Go to most recent revision | Compare with Previous | Blame | View Log
This directory contains examples of the use of zlib.fitblk.ccompress just enough input to nearly fill a requested output size- zlib isn't designed to do this, but fitblk does it anywaygun.cuncompress a gzip file- illustrates the use of inflateBack() for high speed file-to-filedecompression using call-back functions- is approximately twice as fast as gzip -d- also provides Unix uncompress functionality, again twice as fastgzappend.cappend to a gzip file- illustrates the use of the Z_BLOCK flush parameter for inflate()- illustrates the use of deflatePrime() to start at any bitgzjoin.cjoin gzip files without recalculating the crc or recompressing- illustrates the use of the Z_BLOCK flush parameter for inflate()- illustrates the use of crc32_combine()gzlog.cgzlog.hefficiently maintain a message log file in gzip format- illustrates use of raw deflate and Z_SYNC_FLUSH- illustrates use of gzip header extra fieldzlib_how.htmlpainfully comprehensive description of zpipe.c (see below)- describes in excruciating detail the use of deflate() and inflate()zpipe.creads 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.cindex a zlib or gzip stream and randomly access it- illustrates the use of Z_BLOCK, inflatePrime(), andinflateSetDictionary() to provide random access
Go to most recent revision | Compare with Previous | Blame | View Log
