Uses of Interface
org.apache.commons.compress.parallel.ScatterGatherBackingStore
-
Packages that use ScatterGatherBackingStore Package Description org.apache.commons.compress.archivers.zip Provides stream classes for reading and writing archives using the ZIP format.org.apache.commons.compress.parallel 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 ScatterGatherBackingStore Modifier and Type Field Description private ScatterGatherBackingStoreScatterZipOutputStream. backingStoreprivate ScatterGatherBackingStoreStreamCompressor.ScatterGatherBackingStoreCompressor. bsMethods in org.apache.commons.compress.archivers.zip that return ScatterGatherBackingStore Modifier and Type Method Description ScatterGatherBackingStoreParallelScatterZipCreator.DefaultBackingStoreSupplier. get()Methods in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStore Modifier and Type Method Description static StreamCompressorStreamCompressor. create(int compressionLevel, ScatterGatherBackingStore bs)Create a stream compressor with the given compression level.static StreamCompressorStreamCompressor. create(ScatterGatherBackingStore bs)Create a stream compressor with the default compression level.Constructors in org.apache.commons.compress.archivers.zip with parameters of type ScatterGatherBackingStore Constructor Description ScatterGatherBackingStoreCompressor(java.util.zip.Deflater deflater, ScatterGatherBackingStore bs)ScatterZipOutputStream(ScatterGatherBackingStore backingStore, StreamCompressor streamCompressor) -
Uses of ScatterGatherBackingStore in org.apache.commons.compress.parallel
Classes in org.apache.commons.compress.parallel that implement ScatterGatherBackingStore Modifier and Type Class Description classFileBasedScatterGatherBackingStoreScatterGatherBackingStore that is backed by a file.Methods in org.apache.commons.compress.parallel that return ScatterGatherBackingStore Modifier and Type Method Description ScatterGatherBackingStoreScatterGatherBackingStoreSupplier. get()Create a ScatterGatherBackingStore.
-