Searched defs:zos (Results 1 – 3 of 3) sorted by relevance
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()
47 ZipOutputStream(fos).use { zos -> in createZipFromDirectory() method