Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

multi-stream gzip decompression

14 views
Skip to first unread message

billy

unread,
Dec 17, 2011, 8:32:55 PM12/17/11
to
I'm looking for a gunzip decompression implementation that can handle
data underrun conditions and subsequent resumes when more data is
available. I know zlib does this, but I'm looking for something that
has as little state as possible as there will be multiple streams
active simultaneously. Even the DEFLATE implementation only would be
fine as the gzip headers are simple to implement, it's the
decompression itself that's a pain. THanks.
0 new messages