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 ?
My program is using HTTP to read gzipped files over the network. I need
Share
You could probably try out the gzstream library: