Searched refs:zipFile (Results 1 – 3 of 3) sorted by relevance
48 try (ZipFile zipFile = new ZipFile(file)) { in extractZippedFileToZipStream() argument49 Enumeration<? extends ZipEntry> entries = zipFile.entries(); in extractZippedFileToZipStream()52 try (InputStream stream = zipFile.getInputStream(entry)) { in extractZippedFileToZipStream()
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()
316 ZipFile zipFile = new ZipFile(zipFileChannel); in create() local318 zipFile); in create()