Name

adams.flow.transformer.Lzf


Synopsis

Creates a LZF archive from a single file. Outputs the filename of the LZF file generated. Optionally, the original input file can be deleted.

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