public class UncompressorOutputStream extends OutputStream
Uncompressor, to help
with inter-operability.| Modifier and Type | Field and Description |
|---|---|
protected Uncompressor |
_uncompressor |
| Constructor and Description |
|---|
UncompressorOutputStream(Uncompressor uncomp) |
protected final Uncompressor _uncompressor
public UncompressorOutputStream(Uncompressor uncomp)
public void close()
throws IOException
Uncompressor.complete(), which is idempotent
(i.e. can be called multiple times without ill effects).close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void flush()
flush in interface Flushableflush in class OutputStreampublic void write(byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2014. All Rights Reserved.