Searched refs:createZipArchiveEntryRequest (Results 1 – 5 of 5) sorted by relevance
31 …atic org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest.createZipArchiveEntryRequest;56 …scatterZipOutputStream.addArchiveEntry(createZipArchiveEntryRequest(zab, createPayloadSupplier(pay… in putArchiveEntry()61 …scatterZipOutputStream.addArchiveEntry(createZipArchiveEntryRequest(zae, createPayloadSupplier(pay… in putArchiveEntry()
128 return ZipArchiveEntryRequest.createZipArchiveEntryRequest(za, iss); in writeEntries()155 return ZipArchiveEntryRequest.createZipArchiveEntryRequest(za, iss); in writeEntriesAsCallable()
36 …dirs.addArchiveEntry(ZipArchiveEntryRequest.createZipArchiveEntryRequest(zipArchiveEntry, streamSu… in addEntry()
39 …atic org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest.createZipArchiveEntryRequest;187 …final ZipArchiveEntryRequest zipArchiveEntryRequest = createZipArchiveEntryRequest(zipArchiveEntry… in createCallable()
53 …public static ZipArchiveEntryRequest createZipArchiveEntryRequest(final ZipArchiveEntry zipArchive… in createZipArchiveEntryRequest() method in ZipArchiveEntryRequest