Searched defs:zos (Results 1 – 12 of 12) sorted by relevance
292 ZipArchiveOutputStream zos = null; in testDirectoryEntryFromFile() local328 ZipArchiveOutputStream zos = null; in testExplicitDirectoryEntry() local376 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(a1)) { in testCopyRawEntriesFromFile()412 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(a1)) { in testCopyRawZip64EntryFromFile()433 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(a1)) { in testUnixModeInAddRaw()450 try (final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(reference)) { in createReferenceFile()458 …private ZipArchiveOutputStream createFirstEntry(final ZipArchiveOutputStream zos) throws IOExcepti… in createFirstEntry()463 …private ZipArchiveOutputStream createSecondEntry(final ZipArchiveOutputStream zos) throws IOExcept… in createSecondEntry()505 …private void createArchiveEntry(final String payload, final ZipArchiveOutputStream zos, final Stri… in createArchiveEntry()518 ZipArchiveOutputStream zos = null; in testFileEntryFromFile() local[all …]
55 try (ZipArchiveOutputStream zos = new ZipArchiveOutputStream(o)) { in writesDataDescriptorForDeflatedEntryOnUnseekableOutput()95 try (ZipArchiveOutputStream zos = new ZipArchiveOutputStream(f)) { in doesntWriteDataDescriptorForDeflatedEntryOnSeekableOutput()137 try (ZipArchiveOutputStream zos = new ZipArchiveOutputStream(init)) { in doesntWriteDataDescriptorWhenAddingRawEntries()
147 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(f); in write5GBZerosFile() local213 write100KFilesToStream(zos); in write100KFiles() argument
60 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(result); in concurrent() local76 final ZipArchiveOutputStream zos = new ZipArchiveOutputStream(result); in callableApi() local
213 final ZipArchiveOutputStream zos = in testCompressionMethod() local
263 ZipArchiveOutputStream zos = null; in createTestFile() local
149 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in zipFileCommentsAreSupported()161 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in malformedComment()336 try (ZipOutputStream zos = new ZipOutputStream(Files.newOutputStream(path))) { in zip64Offset()
50 public static Set<String> mergeZipToZip(String src, ZipOutputStream zos, Set<String> skipFiles) in mergeZipToZip()79 public static Set<String> mergeDirectoryToZip(String src, ZipOutputStream zos, in mergeDirectoryToZip()
169 try (ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outputZip))) { in createInstrumentedJar()
141 ZipOutputStream zos = null; in run() local
150 ZipOutputStream zos = null; in run() local
395 ZipOutputStream zos = new ZipOutputStream(new FileOutputStream(outPath)); in writeModelJAR() local