Searched refs:inEntry (Results 1 – 2 of 2) sorted by relevance
60 ZipEntry inEntry = in.getEntry(name); in copyFiles() local61 if (inEntry.getMethod() != ZipEntry.STORED) { in copyFiles()67 ZipEntry outEntry = new ZipEntry(inEntry); in copyFiles()84 try (InputStream data = in.getInputStream(inEntry)) { in copyFiles()