javacompressionlzo

Using lzo compression in java


I am trying to use LZO compression in java. Is there a suitable library to do this. I tried lzo-java, however it seems to be really really slow as compared to gzip. What is the best way to do this?


Solution

  • you can use LZO jar file and can be downloaded from given link http://www.java2s.com/Code/Jar/h/Downloadhadooplzo0414jar.htm

    It will help you