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
?