Re: LZW compression in Java
Brian Maso <[email protected]>
| Newsgroups | gmane.comp.windows.devel.java.advanced |
|---|---|
| Message-ID | <20070818143807.RVIH10773.fed1rmmtao102.cox.net@fed1rmimpo02.cox.net> |
LZW is pretty old, and I'm sure the algorithm used by the standard Jar APIs in Java are at least as good for written text encoding. But if you're interested in LZW, check out the Wikipedia entry, which includes source code (in Python) which I'm sure can be encoded in Java or a more performant language. In the External Links of the article there I also spy a link to a DDJ article (dated 1989) on implementing LZW: http://marknelson.us/1989/10/01/lzw-data-compression/. What kind of data are you planning on encoding? The choice of tool would be very different for, say, audio or video streams vs. prosaic text. Brian Maso At 10:37 PM 8/17/2007, you wrote: >Hi All > >Anyone aware of any Open Source libraries for doing LZW compression in Java >? And if anyone has had any experience with LZW compression is it suitable >for compressing large files of size 50-100GB. > >Thanks in advance >A > >_________________________________________________________________ >More photos, more messages, more storageget 2GB with Windows Live Hotmail. >http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_2G_0507 > >=================================== >This list is hosted by DevelopMentor® http://www.develop.com > >View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com