Example usage for org.apache.commons.compress.parallel ScatterGatherBackingStore interface-usage

List of usage examples for org.apache.commons.compress.parallel ScatterGatherBackingStore interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.compress.parallel ScatterGatherBackingStore interface-usage.

Usage

From source file org.codehaus.plexus.archiver.zip.DeferredScatterOutputStream.java

public class DeferredScatterOutputStream implements ScatterGatherBackingStore {
    OffloadingOutputStream dfos = new OffloadingOutputStream(100000000, "scatterzipfragment", "zip", null);

    public InputStream getInputStream() throws IOException {
        return dfos.getInputStream();
    }