public class CompressibleFSDataInputStream
extends org.apache.flink.core.fs.FSDataInputStream
FSDataInputStream that delegates all reading operations to a wrapping StreamCompressionDecorator.| 构造器和说明 |
|---|
CompressibleFSDataInputStream(org.apache.flink.core.fs.FSDataInputStream delegate,
StreamCompressionDecorator compressionDecorator) |
public CompressibleFSDataInputStream(org.apache.flink.core.fs.FSDataInputStream delegate,
StreamCompressionDecorator compressionDecorator)
throws IOException
IOExceptionpublic void seek(long desired)
throws IOException
seek 在类中 org.apache.flink.core.fs.FSDataInputStreamIOExceptionpublic long getPos()
throws IOException
getPos 在类中 org.apache.flink.core.fs.FSDataInputStreamIOExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 InputStreamIOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.