Name

adams.flow.transformer.GZIP


Synopsis

Creates a GZIP archive from a single file. Outputs the filename of the GZIP 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