
ZipFiles |
util.ZipFiles |
Name: ZipFiles.java
Purpose: The purpose of this actor is to 'zip' multiple files into
a single zipped archive
input is a string array of file names to be zipped
and desired name of the output zip file
Zip file name will be output when finished.
Author(s): Dan Higgins NCEAS UC Santa Barbara
Version:
zipFilenamesArray
An array of file names of the files to be put into a zipped files
zippedFileName
The name of the zip file to be created
zippedFileResult
The name of the zip file that was created; acts as an output trigger