28 Jun
2009
28 Jun
'09
12:24 a.m.
On Thu, 2009-06-25 at 23:21 +0100, Ed W wrote:
Yeah, not for next half a year at least. Anyway, it would basically need istream and ostream implementations for zlib. istream implementation kind of already exists in zlib plugin, except it's using gz*() functions instead of doing everything in memory. So:
I might have missed the subtleties since it's a while since I wrote anything against the gz interface, but there shouldn't be much difference between interfaces I think?
I don't know. I've never written anything using the deflate/inflate*() interfaces. I just quickly looked up from zlib.h that those are probably what's needed.