fyi: when using the ICSharpZipLib with .net I found that the one stream constructor's logic was in fact reversed! So I'd say test it with the boolean missing, and true, and false.
On 2/27/06, Gaston Dombiak <[EMAIL PROTECTED]> wrote: > Hey Vinod, > > Stream compression was tested against 3 clients that none of them is written > in Java. The clients are: Exodus, Pandion and MiniClient. Smack library also > supports stream compression but we are also using jzlib in Smack so that one > doesn't count for you. :) > > Regards, > > -- Gato > > "Vinod Panicker" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > 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. > > > > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/
