public class DeferredScatterOutputStream extends Object implements org.apache.commons.compress.parallel.ScatterGatherBackingStore
| Constructor and Description |
|---|
DeferredScatterOutputStream(int threshold) |
| 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.ScatterGatherBackingStoreIOExceptionpublic void writeOut(byte[] data,
int offset,
int length)
throws IOException
writeOut in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreIOExceptionpublic void closeForWriting()
throws IOException
closeForWriting in interface org.apache.commons.compress.parallel.ScatterGatherBackingStoreIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2001–2022 Codehaus Plexus. All rights reserved.