public class CompressibleFSDataInputStream
extends org.apache.flink.core.fs.FSDataInputStream
FSDataInputStream that delegates all reading operations to a wrapping StreamCompressionDecorator.| Constructor and Description |
|---|
CompressibleFSDataInputStream(org.apache.flink.core.fs.FSDataInputStream delegate,
StreamCompressionDecorator compressionDecorator) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getPos() |
int |
read() |
void |
seek(long desired) |
available, mark, markSupported, read, read, reset, skippublic CompressibleFSDataInputStream(org.apache.flink.core.fs.FSDataInputStream delegate,
StreamCompressionDecorator compressionDecorator)
throws IOException
IOExceptionpublic void seek(long desired)
throws IOException
seek in class org.apache.flink.core.fs.FSDataInputStreamIOExceptionpublic long getPos()
throws IOException
getPos in class org.apache.flink.core.fs.FSDataInputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.