iostream gzip / bzip header
9 Dec
2010
9 Dec
'10
1:54 p.m.
Hello, 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. Thanks Phil
9 Dec
9 Dec
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
5089
Age (days ago)
5089
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kraus Philipp
-
Steven Watanabe