9 Dec
2010
9 Dec
'10
4:06 p.m.
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