Package alluxio.underfs.hdfs
Class HdfsUnderFileInputStream
- java.lang.Object
-
- java.io.InputStream
-
- java.io.FilterInputStream
-
- alluxio.underfs.SeekableUnderFileInputStream
-
- alluxio.underfs.hdfs.HdfsUnderFileInputStream
-
- All Implemented Interfaces:
alluxio.Positioned,alluxio.Seekable,java.io.Closeable,java.lang.AutoCloseable
public class HdfsUnderFileInputStream extends alluxio.underfs.SeekableUnderFileInputStreamThe input stream of HDFS as under filesystem. This input stream supports seeking and can be cached for reuse.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetPos()voidseek(long position)-
Methods inherited from class java.io.FilterInputStream
available, close, mark, markSupported, read, read, read, reset, skip
-
-