$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [iostreams] compressing and decompressing in memory
From: Brian Budge (brian.budge_at_[hidden])
Date: 2010-11-05 10:06:20
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?
Thanks,
Brian