Data-Compression.org

data compression link collection

A C++ wrapper class for the zlib

Published in Source Code, zlib

A short but sweet wrapper that lets you stream input and output using zlib’s deflate engine.

Note that in order to get this code to work with gcc, you might have to add the following lines of code:

int zapeof( char c ) { return 1; }
int zapeof( int c ) { return 1; }

http://www.geocities.com/SiliconValley/Lakes/2883/zlibwra.html

         

Posted in December 23rd, 1999

No User Commented In " A C++ wrapper class for the zlib "

Subscribes to this post Comment RSS or TrackBack URL

Leave Your Reply Below

 Username

 Email Address

 Website

Sticky note: Please double check your comments before submit Please Note: The comment moderation maybe active so there is no need to resubmit your comment