public class CompressibleFSDataOutputStream
extends org.apache.flink.core.fs.FSDataOutputStream
FSDataOutputStream that delegates all writing operations to a wrapping StreamCompressionDecorator.| Constructor and Description |
|---|
CompressibleFSDataOutputStream(org.apache.flink.core.fs.FSDataOutputStream delegate,
StreamCompressionDecorator compressionDecorator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
long |
getPos() |
void |
sync() |
void |
write(int b) |
write, writepublic CompressibleFSDataOutputStream(org.apache.flink.core.fs.FSDataOutputStream delegate,
StreamCompressionDecorator compressionDecorator)
throws IOException
IOExceptionpublic long getPos()
throws IOException
getPos in class org.apache.flink.core.fs.FSDataOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class org.apache.flink.core.fs.FSDataOutputStreamIOExceptionpublic void sync()
throws IOException
sync in class org.apache.flink.core.fs.FSDataOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class org.apache.flink.core.fs.FSDataOutputStreamIOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.