public class ZipCreator extends Object
java.util.zip
Constructor and Description |
---|
ZipCreator() |
public static void create_zip(String zipFile, String[] infiles) throws IOException
zipFile
- Path to input zip fileinfiles
- Contains the path of the files to be zippedIOException