Database data compressed with Perl "Compress::LZF" won't decompress in Java

119 Views Asked by At

I am trying to decompress data stored in a database that was originally compressed with the Perl Compress::LZF module.

The problem is that the header on the compressed data doesn't appear to match what the com.ning.compress.lzf library expects.

Does anyone know a way of decompressing data that's been compressed using Compress::LZF?

0

There are 0 best solutions below