Re: LZW compression

2009-03-30 Thread Adrian Cuthbertson
There's apache commons; http://commons.apache.org/compress/ and Java also has a built-in zip/gzip library - see java.util.zip in the Java docs. Adrian. On Mon, Mar 30, 2009 at 10:19 PM, Sean wrote: > > Hi, > Does anyone know of a good compression library in java or clojure?  A > quick google di

LZW compression

2009-03-30 Thread Sean
Hi, Does anyone know of a good compression library in java or clojure? A quick google didn't reveal much useful. I need an LZW filter for an app I'm working on. Sean --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups