public abstract class HadoopOutputStream extends OutputStream
| Constructor and Description |
|---|
HadoopOutputStream() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract void |
finish()
Close the current internal compression stream, but do not close the underlying stream.
|
abstract void |
flush() |
abstract void |
write(byte[] b,
int off,
int len) |
write, writepublic abstract void finish()
throws IOException
IOExceptionpublic abstract void write(byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic abstract void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic abstract void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2011–2024. All rights reserved.