public class CompressibleFSDataOutputStream
extends org.apache.flink.core.fs.FSDataOutputStream
FSDataOutputStream that delegates all writing operations to a wrapping StreamCompressionDecorator.| 构造器和说明 |
|---|
CompressibleFSDataOutputStream(org.apache.flink.core.fs.FSDataOutputStream delegate,
StreamCompressionDecorator compressionDecorator) |
public CompressibleFSDataOutputStream(org.apache.flink.core.fs.FSDataOutputStream delegate,
StreamCompressionDecorator compressionDecorator)
throws IOException
IOExceptionpublic long getPos()
throws IOException
getPos 在类中 org.apache.flink.core.fs.FSDataOutputStreamIOExceptionpublic void write(int b)
throws IOException
write 在类中 OutputStreamIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 org.apache.flink.core.fs.FSDataOutputStreamIOExceptionpublic void sync()
throws IOException
sync 在类中 org.apache.flink.core.fs.FSDataOutputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 org.apache.flink.core.fs.FSDataOutputStreamIOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.