Home
last modified time | relevance | path

Searched refs:createZipArchiveEntryRequest (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/
DScatterZipOutputStreamTest.java31 …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()
DParallelScatterZipCreatorTest.java128 return ZipArchiveEntryRequest.createZipArchiveEntryRequest(za, iss); in writeEntries()
155 return ZipArchiveEntryRequest.createZipArchiveEntryRequest(za, iss); in writeEntriesAsCallable()
DScatterSample.java36 …dirs.addArchiveEntry(ZipArchiveEntryRequest.createZipArchiveEntryRequest(zipArchiveEntry, streamSu… in addEntry()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DParallelScatterZipCreator.java39 …atic org.apache.commons.compress.archivers.zip.ZipArchiveEntryRequest.createZipArchiveEntryRequest;
187 …final ZipArchiveEntryRequest zipArchiveEntryRequest = createZipArchiveEntryRequest(zipArchiveEntry… in createCallable()
DZipArchiveEntryRequest.java53 …public static ZipArchiveEntryRequest createZipArchiveEntryRequest(final ZipArchiveEntry zipArchive… in createZipArchiveEntryRequest() method in ZipArchiveEntryRequest