How do I "unzip" a gzipped stream while reading it
Posted
by Guy
on Stack Overflow
See other posts from Stack Overflow
or by Guy
Published on 2010-03-22T08:27:00Z
Indexed on
2010/03/22
8:31 UTC
Read the original article
Hit count: 227
My program is using HTTP to read gzipped files over the network.
I need my program to be able to unzip the content and parse it even when not all the gzipped file arrived yet.
Can it be done ?
If so, can it be done in C++ ? If so, how ?
© Stack Overflow or respective owner