Hi, On 2/27/06, Gaston Dombiak <[EMAIL PROTECTED]> wrote: > Hey Vinod, > > Wildfire also uses jzlib for stream compression. Since Wildfire is an open > source server you can take a peek at the code.
I took a look at SocketConnection.java, where ZOutputStream is being used. Have you tested for compatibility with other stream compression implementations? I didn't get expected results when using ZOutputStream and ZInputStream. I'm currently using the ZStream class directly. Regards, Vinod.
