$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] iostream gzip / bzip header
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2010-12-09 11:06:46
AMDG
On 12/9/2010 5:54 AM, Kraus Philipp wrote:
> I'm using bzip and gzip iostreams algorithms, but is there a solution to remove the header data of the compressed stream? I need only the compressed data not the header.
The zlib filter is equivalent to the gzip filter without the header.
I don't think there's any such alternative for bzip2.
In Christ,
Steven Watanabe