Name

adams.flow.transformer.UnZstd


Synopsis

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


Additional information

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


Options