public class DeferredScatterOutputStream extends Object implements org.apache.commons.compress.parallel.ScatterGatherBackingStore
Constructor and Description |
---|
DeferredScatterOutputStream() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
closeForWriting() |
InputStream |
getInputStream() |
void |
writeOut(byte[] data,
int offset,
int length) |
public InputStream getInputStream() throws IOException
getInputStream
in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
IOException
public void writeOut(byte[] data, int offset, int length) throws IOException
writeOut
in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
IOException
public void closeForWriting() throws IOException
closeForWriting
in interface org.apache.commons.compress.parallel.ScatterGatherBackingStore
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2001-2016 Codehaus. All Rights Reserved.