$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [iostreams] compressing and decompressing in memory
From: Roland Bock (rbock_at_[hidden])
Date: 2010-11-05 14:36:17
On 11/05/2010 03:06 PM, Brian Budge wrote:
> I've been searching around for examples for how to compress and
> decompress using the zip or gzip iostreams compressors into/out of
> memory buffers. Has anyone tried this? Would you use basic_array for
> this?
>
>
I used std::string, like this, for example:
https://svn.boost.org/trac/boost/attachment/ticket/2411/istream_bzip2_success.cpp