Searched refs:ScatterGatherBackingStore (Results 1 – 7 of 7) sorted by relevance
22 import org.apache.commons.compress.parallel.ScatterGatherBackingStore;50 private final ScatterGatherBackingStore backingStore;82 public ScatterZipOutputStream(final ScatterGatherBackingStore backingStore, in ScatterZipOutputStream()154 final ScatterGatherBackingStore bs = new FileBasedScatterGatherBackingStore(file); in fileBased()
20 import org.apache.commons.compress.parallel.ScatterGatherBackingStore;118 …ic static StreamCompressor create(final int compressionLevel, final ScatterGatherBackingStore bs) { in create()129 public static StreamCompressor create(final ScatterGatherBackingStore bs) { in create()281 private final ScatterGatherBackingStore bs;283 … ScatterGatherBackingStoreCompressor(final Deflater deflater, final ScatterGatherBackingStore bs) { in ScatterGatherBackingStoreCompressor()
22 import org.apache.commons.compress.parallel.ScatterGatherBackingStore;68 public ScatterGatherBackingStore get() throws IOException { in get()76 final ScatterGatherBackingStore bs = scatterGatherBackingStoreSupplier.get(); in createDeferred()
35 ScatterGatherBackingStore get() throws IOException; in get()
36 public interface ScatterGatherBackingStore extends Closeable { interface
32 public class FileBasedScatterGatherBackingStore implements ScatterGatherBackingStore {
22 import org.apache.commons.compress.parallel.ScatterGatherBackingStore;82 public ScatterGatherBackingStore get() throws IOException { in callableApi()