Hey Vinod, Wildfire also uses jzlib for stream compression. Since Wildfire is an open source server you can take a peek at the code.
Regards, -- Gato "Vinod Panicker" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] 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.
