Subject: | document inflateReset() |
Using Compress::Raw::Zlib 2.030 with ZLIB 1.2.5, under perl 5.10.0,
inflateReset() method isn't documented in the POD, it is implemented in
the XS and works fine for me. Its pretty important since it lets you
reuse a raw::zlib object than have to undef it and create a new
raw::zlib object for every new file or compressed stream, and the
overhead/ram/cpu usage of that.