On 2/27/06, Vinod Panicker <[EMAIL PROTECTED]> wrote: > Hi, > > Has anyone successfully managed to do Stream Compression with jzlib? > I've been trying unsuccessfully for the past few days... Its not > matching the output generated by the original C zlib library, nor is > jzlib able to decompress its own compressed output. > > Is it broken?
Got it working now :) Anyone else who uses this, don't use inflateInit() with an argument. Use the no argument method. Regards, Vinod.
