Searched refs:zipArchiveEntryRequest (Results 1 – 2 of 2) sorted by relevance
54 final ZipArchiveEntryRequest zipArchiveEntryRequest; field in ScatterZipOutputStream.CompressedEntry59 …public CompressedEntry(final ZipArchiveEntryRequest zipArchiveEntryRequest, final long crc, final … in CompressedEntry() argument60 this.zipArchiveEntryRequest = zipArchiveEntryRequest; in CompressedEntry()73 final ZipArchiveEntry entry = zipArchiveEntryRequest.getZipArchiveEntry(); in transferToArchiveEntry()77 entry.setMethod(zipArchiveEntryRequest.getMethod()); in transferToArchiveEntry()94 …public void addArchiveEntry(final ZipArchiveEntryRequest zipArchiveEntryRequest) throws IOExceptio… in addArchiveEntry() argument95 try (final InputStream payloadStream = zipArchiveEntryRequest.getPayloadStream()) { in addArchiveEntry()96 streamCompressor.deflate(payloadStream, zipArchiveEntryRequest.getMethod()); in addArchiveEntry()98 items.add(new CompressedEntry(zipArchiveEntryRequest, streamCompressor.getCrc32(), in addArchiveEntry()
187 …final ZipArchiveEntryRequest zipArchiveEntryRequest = createZipArchiveEntryRequest(zipArchiveEntry… in createCallable() local191 tlScatterStreams.get().addArchiveEntry(zipArchiveEntryRequest); in createCallable()