Quote:
Originally Posted by CathalG i.e. Currently, if I pass the stream to a handler function after x packets (for example), the next time I call inflate() with the stream beginning at packet(x+1), it returns Z_STREAM_ERROR. |
Can you just send inflate() the whole stream again, including the already processed part, but only take packets you didn't yet see?
Best wishes,
Arne