Searched refs:toUnzip (Results 1 – 1 of 1) sorted by relevance
115 public static void extractZip(File toUnzip, File destDir) throws IOException { in extractZip() argument117 try (java.util.zip.ZipFile zipFile = new java.util.zip.ZipFile(toUnzip)) { in extractZip()126 try (ZipFile zip = new ZipFile(toUnzip)) { in extractZip()