Uses of Interface
org.apache.commons.compress.parallel.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
Modifier and TypeMethodDescriptionstatic StreamCompressor
StreamCompressor.create
(int compressionLevel, ScatterGatherBackingStore bs) Creates a stream compressor with the given compression level.static StreamCompressor
StreamCompressor.create
(ScatterGatherBackingStore bs) Creates a stream compressor with the default compression level.ModifierConstructorDescriptionScatterZipOutputStream
(ScatterGatherBackingStore backingStore, StreamCompressor streamCompressor) -
Uses of ScatterGatherBackingStore in org.apache.commons.compress.parallel
Modifier and TypeClassDescriptionclass
ScatterGatherBackingStore that is backed by a path.Modifier and TypeMethodDescriptionScatterGatherBackingStoreSupplier.get()
Constructs a ScatterGatherBackingStore.