Name

adams.flow.transformer.UnLzf


Synopsis

Decompresses an archive that was compressed with LZF. It is assumed, that the file ends with .lzf. If that is not the case, an alternative filename has to be provided.
The filename of the generated output filename is then broadcasted.

More information see here:
http://en.wikibooks.org/wiki/Data_Compression/Dictionary_compression#LZF


Additional information

Flow input/output:
- input: java.lang.String, java.io.File, byte[]
- output: java.lang.String, byte[]


Options