Searched defs:createZip (Results 1 – 1 of 1) sorted by relevance
130 public static File createZip(File dir) throws IOException { in createZip() method in ZipUtil143 public static File createZip(File dir, String name) throws IOException { in createZip() method in ZipUtil157 public static void createZip(File dir, File zipFile) throws IOException { in createZip() method in ZipUtil181 public static File createZip(List<File> files) throws IOException { in createZip() method in ZipUtil193 public static File createZip(List<File> files, String name) throws IOException { in createZip() method in ZipUtil206 public static void createZip(List<File> files, File zipFile) throws IOException { in createZip() method in ZipUtil