LZ32.dll equivalent in Java

The file lz32.dll, is used when compressing or expanding files stored used the LZ compression algorythm.Is there an API or component in Java which has implemented the same algorithm
[195 byte] By [jagsa] at [2007-10-2 5:08:44]
# 1
If you want to zip files there is java.util.zip. Googling for "java zip example" should find something.If you want the exact raw Lempel-Ziv algorithm coded in Java google for "java lempel-ziv".
sjasjaa at 2007-7-16 1:11:48 > top of Java-index,Other Topics,Algorithms...