Searched defs:zipIn (Results 1 – 1 of 1) sorted by relevance
399 try (ZipInputStream zipIn = new ZipInputStream(new FileInputStream(zipFile))) { in downloadEmulator()447 private void extractFile(ZipInputStream zipIn, File filePath) throws IOException { in extractFile()