Uses of Interface
kala.compress.parallel.ScatterGatherBackingStoreSupplier
-
Packages that use ScatterGatherBackingStoreSupplier Package Description kala.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format. -
-
Uses of ScatterGatherBackingStoreSupplier in kala.compress.archivers.zip
Classes in kala.compress.archivers.zip that implement ScatterGatherBackingStoreSupplier Modifier and Type Class Description classDefaultBackingStoreSupplierImplementsScatterGatherBackingStoreSupplierusing a temporary folder.Fields in kala.compress.archivers.zip declared as ScatterGatherBackingStoreSupplier Modifier and Type Field Description private ScatterGatherBackingStoreSupplierParallelScatterZipCreator. backingStoreSupplierMethods in kala.compress.archivers.zip with parameters of type ScatterGatherBackingStoreSupplier Modifier and Type Method Description private ScatterZipOutputStreamParallelScatterZipCreator. createDeferred(ScatterGatherBackingStoreSupplier scatterGatherBackingStoreSupplier)Constructors in kala.compress.archivers.zip with parameters of type ScatterGatherBackingStoreSupplier Constructor Description ParallelScatterZipCreator(java.util.concurrent.ExecutorService executorService, ScatterGatherBackingStoreSupplier backingStoreSupplier)Constructs a ParallelScatterZipCreatorParallelScatterZipCreator(java.util.concurrent.ExecutorService executorService, ScatterGatherBackingStoreSupplier backingStoreSupplier, int compressionLevel)Constructs a ParallelScatterZipCreator
-