Searched refs:zipFile (Results 1 – 3 of 3) sorted by relevance
59 try (ZipFile zipFile = new ZipFile(file)) { in parse() argument60 Enumeration<? extends ZipEntry> entries = zipFile.entries(); in parse()78 new InputStreamReader(zipFile.getInputStream(entry)))) { in parse()
454 ZipFile zipFile = new ZipFile(file); in extractZippedFileToOutputStream() local455 Enumeration<? extends ZipEntry> entries = zipFile.entries(); in extractZippedFileToOutputStream()458 InputStream stream = zipFile.getInputStream(entry); in extractZippedFileToOutputStream()
316 ZipFile zipFile = new ZipFile(zipFileChannel); in create() local318 zipFile); in create()