Uses of Interface
org.apache.commons.compress.parallel.ScatterGatherBackingStore
Packages that use ScatterGatherBackingStore
Package
Description
Provides stream classes for reading and writing archives using
the ZIP format.
Provides common API classes for parallel compression features.
-
Uses of ScatterGatherBackingStore in org.apache.commons.compress.archivers.zip
Fields in org.apache.commons.compress.archivers.zip declared as ScatterGatherBackingStoreModifier and TypeFieldDescriptionprivate final ScatterGatherBackingStore
ScatterZipOutputStream.backingStore
private final ScatterGatherBackingStore
StreamCompressor.ScatterGatherBackingStoreCompressor.bs
Methods in org.apache.commons.compress.archivers.zip that return ScatterGatherBackingStoreMethods in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStoreModifier and TypeMethodDescriptionstatic StreamCompressor
StreamCompressor.create
(int compressionLevel, ScatterGatherBackingStore bs) Create a stream compressor with the given compression level.static StreamCompressor
StreamCompressor.create
(ScatterGatherBackingStore bs) Create a stream compressor with the default compression level.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStoreModifierConstructorDescriptionScatterZipOutputStream
(ScatterGatherBackingStore backingStore, StreamCompressor streamCompressor) -
Uses of ScatterGatherBackingStore in org.apache.commons.compress.parallel
Classes in org.apache.commons.compress.parallel that implement ScatterGatherBackingStoreModifier and TypeClassDescriptionclass
ScatterGatherBackingStore that is backed by a file.Methods in org.apache.commons.compress.parallel that return ScatterGatherBackingStoreModifier and TypeMethodDescriptionScatterGatherBackingStoreSupplier.get()
Create a ScatterGatherBackingStore.