$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: eg (egoots_at_[hidden])
Date: 2007-07-04 14:48:18
Meryl Silverburgh wrote:
> Hi,
>
> Can you please tell me how can I use boost iostream with zlib to
> inflate an byte stream?
> Where can I find an example?
>
The library docs have some examples in them.
See:
http://boost.org/libs/iostreams/doc/index.html
Navigate to the Quick Reference and click on the
"basic_zlib_decompressor" filter link. At the bottom of the page you
will see an example.