$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jeff Garland (jeff_at_[hidden])
Date: 2002-09-14 16:13:37
> Besides the above I would like to see streambuf adaptors for compression
> and encryption. For my personal use serialization + these adaptors would be ideal.
You can find a compressing stream implementation here. The implementation is
not as flexible as it could be, but it works well for my needs.
http://groups.yahoo.com/group/boost/files/compressed_streams/
Jeff