billy
unread,Dec 17, 2011, 8:32:55 PM12/17/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.