Name

adams.flow.transformer.UnZIP


Synopsis

Unzips a ZIP 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 ZIP archive gets restored is optional.


Additional information

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


Options