Searched refs:zipFile (Results 1 – 1 of 1) sorted by relevance
42 public static void createZip(File dir, File zipFile) throws IOException { in createZip() argument45 FileOutputStream fileStream = new FileOutputStream(zipFile); in createZip()49 zipFile.delete(); in createZip()52 zipFile.delete(); in createZip()