| Package | Description | 
|---|---|
| org.apache.commons.compress.archivers.zip | Provides stream classes for reading and writing archives using
      the ZIP format. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ParallelScatterZipCreator. addArchiveEntry(ZipArchiveEntry zipArchiveEntry,
               InputStreamSupplier source)Adds an archive entry to this archive. | 
| Callable<Object> | ParallelScatterZipCreator. createCallable(ZipArchiveEntry zipArchiveEntry,
              InputStreamSupplier source)Create a callable that will compress the given archive entry. | 
| static ZipArchiveEntryRequest | ZipArchiveEntryRequest. createZipArchiveEntryRequest(ZipArchiveEntry zipArchiveEntry,
                            InputStreamSupplier payloadSupplier)Create a ZipArchiveEntryRequest | 
Copyright © 2018 The Apache Software Foundation. All rights reserved.