Name

adams.flow.transformer.Lzma


Synopsis

Creates a LZMA (7zip) archive from a single file. Outputs the filename of the LZMA file generated. Optionally, the original input file can be deleted.


Additional information

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


Options