Searched defs:createZip (Results 1 – 3 of 3) sorted by relevance
147 public static File createZip(File dir) throws IOException { in createZip() method in ZipUtil160 public static File createZip(File dir, String name) throws IOException { in createZip() method in ZipUtil174 public static void createZip(File dir, File zipFile) throws IOException { in createZip() method in ZipUtil198 public static File createZip(List<File> files) throws IOException { in createZip() method in ZipUtil210 public static File createZip(List<File> files, String name) throws IOException { in createZip() method in ZipUtil223 public static void createZip(List<File> files, File zipFile) throws IOException { in createZip() method in ZipUtil
1018 public static File createZip(File dir) throws IOException { in createZip() method in FileUtil1032 public static void createZip(File dir, File zipFile) throws IOException { in createZip() method in FileUtil
452 static File createZip(Map<String, ? extends InputStreamFactory> factories, int compressionLevel) in createZip() method in MixImageZipPreparer