$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Surya Kiran Gullapalli (suryakiran.gullapalli_at_[hidden])
Date: 2007-09-16 17:06:37
Hello all,
I'm newbie to boost::iostreams library.
I'm trying to unzip a .zip file. for that I'm using iostream's
zlib_decompressor class to inflate it. I'm using the sample code
provided in the documentation. What I was getting is an exception
(zlib error).
My question is can i use boost::iostreams classes for unzipping a .zip
file.? If so how? a small sample snippet would be helpful.
Thanks in advance,
Surya