$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Iterator] Interest in bzip2 compress/decompress iterators
From: Boris Dušek (boris.dusek_at_[hidden])
Date: 2009-12-28 11:51:57
I haven't tried it, but what would prevent one from using
std::istreambuf_iterator and std::ostreambuf_iterator on an gzip/bzip2
filtering streambuf created with boost.iostreams?
On Mon, Dec 28, 2009 at 5:05 PM, Jason Felice <jason.m.felice_at_[hidden]> wrote:
> I noticed there's a gzip iostream, but no gzip iterator. Â This is a
> kind of precedent for the external dependency aspect.