Hi everybody, I'm looking on the internet to find compression classes that can be used with java.nio, but I can't find them.

I only want to create an IoFilter that can deflate and inflate data on the fly when it arrives, because I have to send many repetition over the same connection in my protocol, and java.zip is uneffective in my case ( many little repetitive packets).

Has somebody any idea about what I can do?
I have find jzlib but it seems like if it is no more in development.

thanks to all!

Reply via email to