Package org.codehaus.plexus.archiver.zip
Class DeferredScatterOutputStream
java.lang.Object
org.codehaus.plexus.archiver.zip.DeferredScatterOutputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.commons.compress.parallel.ScatterGatherBackingStore
public class DeferredScatterOutputStream
extends Object
implements org.apache.commons.compress.parallel.ScatterGatherBackingStore
-
Constructor Details
-
DeferredScatterOutputStream
public DeferredScatterOutputStream(int threshold)
-
-
Method Details
-
getInputStream
- Specified by:
getInputStream
in interfaceorg.apache.commons.compress.parallel.ScatterGatherBackingStore
- Throws:
IOException
-
writeOut
- Specified by:
writeOut
in interfaceorg.apache.commons.compress.parallel.ScatterGatherBackingStore
- Throws:
IOException
-
closeForWriting
- Specified by:
closeForWriting
in interfaceorg.apache.commons.compress.parallel.ScatterGatherBackingStore
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-