Class ParallelScatterZipCreator.DefaultBackingStoreSupplier
java.lang.Object
org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator.DefaultBackingStoreSupplier
- All Implemented Interfaces:
ScatterGatherBackingStoreSupplier
- Enclosing class:
- ParallelScatterZipCreator
private static class ParallelScatterZipCreator.DefaultBackingStoreSupplier
extends Object
implements ScatterGatherBackingStoreSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
storeNum
-
-
Constructor Details
-
DefaultBackingStoreSupplier
private DefaultBackingStoreSupplier()
-
-
Method Details
-
get
Description copied from interface:ScatterGatherBackingStoreSupplier
Create a ScatterGatherBackingStore.- Specified by:
get
in interfaceScatterGatherBackingStoreSupplier
- Returns:
- a ScatterGatherBackingStore, not null
- Throws:
IOException
- when something fails
-