Uses of Interface
kala.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 kala.compress.archivers.zip
Fields in kala.compress.archivers.zip declared as ScatterGatherBackingStoreModifier and TypeFieldDescriptionprivate final ScatterGatherBackingStoreScatterZipOutputStream.backingStoreprivate final ScatterGatherBackingStoreStreamCompressor.ScatterGatherBackingStoreCompressor.bsMethods in kala.compress.archivers.zip that return ScatterGatherBackingStoreMethods in kala.compress.archivers.zip with parameters of type ScatterGatherBackingStoreModifier and TypeMethodDescriptionstatic StreamCompressorStreamCompressor.create(int compressionLevel, ScatterGatherBackingStore bs) Creates a stream compressor with the given compression level.static StreamCompressorStreamCompressor.create(ScatterGatherBackingStore bs) Creates a stream compressor with the default compression level.Constructors in kala.compress.archivers.zip with parameters of type ScatterGatherBackingStoreModifierConstructorDescription(package private)ScatterZipOutputStream(ScatterGatherBackingStore backingStore, StreamCompressor streamCompressor) -
Uses of ScatterGatherBackingStore in kala.compress.parallel
Classes in kala.compress.parallel that implement ScatterGatherBackingStoreModifier and TypeClassDescriptionclassScatterGatherBackingStore that is backed by a path.Methods in kala.compress.parallel that return ScatterGatherBackingStoreModifier and TypeMethodDescriptionScatterGatherBackingStoreSupplier.get()Constructs a ScatterGatherBackingStore.