Searched refs:zipFile (Results 1 – 1 of 1) sorted by relevance
43 public static void createZip(File dir, File zipFile) throws IOException { in createZip() argument44 createZip(Collections.singletonList(dir), zipFile); in createZip() local54 public static void createZip(List<File> files, File zipFile) throws IOException { in createZip() argument57 FileOutputStream fileStream = new FileOutputStream(zipFile); in createZip()63 zipFile.delete(); in createZip()66 zipFile.delete(); in createZip()