Boost logo

Boost Users :

Subject: Re: [Boost-users] Seekg on a gzip'd file...Is this possible?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-03-14 01:22:55


AMDG

Gerrick Bivins wrote:
> Thanks for the response. Does that mean that the gzip_decompressor in boost
> doesn't' support seeking or does gzip in general not support seekeing? Any
> suggestions for working around this problem

The gzip format makes random access impossible.
The only way to seek is to read and throw away
the intermediate bytes.

In Christ,
Steven Watanabe


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net