Name

adams.flow.transformer.UnTar


Synopsis

Decompresses a Tar archive and broadcasts the full file names of the extracted files. A regular expression can be used to control the files that are being extracted. Whether the directory structure in the Tar archive gets restored is optional. The compression that the archive uses (gzip or bzip2) is automatically determined based on the extension (.gz or .bz2).


Additional information

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


Options