Searched defs:zos (Results 1 – 5 of 5) sorted by relevance
129 ZipOutputStream zos = new ZipOutputStream(fos); in createLargeZipFile() local142 addToZipFile(localLargeFile.getAbsolutePath(), zos); in createLargeZipFile() local149 private static void addToZipFile(String fileName, ZipOutputStream zos) throws IOException { in addToZipFile()
92 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(mZipFile))) { in readEntryWithNoExtraField()118 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(mZipFile))) { in readSingleExtraField()164 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(mZipFile))) { in readMultipleExtraFields()
559 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zip))) { in zipFileWithEocdSignatureInComment()1113 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInComment() local1135 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInFileName() local1155 ZipOutputStream zos = closer.register( in zipFileWithEocdMarkerInFileContents() local1537 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(zipFile))) { in sortZipContentsWithDeferredCrc32()
214 val zos = closer.register(ZipOutputStream(bos)) in <lambda>() constant
107 JarOutputStream(BufferedOutputStream(fileOutputStream)).use { zos -> in <lambda>() method