Class HdfsUnderFileInputStream

  • All Implemented Interfaces:
    alluxio.Positioned, alluxio.Seekable, java.io.Closeable, java.lang.AutoCloseable

    public class HdfsUnderFileInputStream
    extends alluxio.underfs.SeekableUnderFileInputStream
    The input stream of HDFS as under filesystem. This input stream supports seeking and can be cached for reuse.
    • Field Summary

      • Fields inherited from class java.io.FilterInputStream

        in
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getPos()  
      void seek​(long position)  
      • Methods inherited from class java.io.FilterInputStream

        available, close, mark, markSupported, read, read, read, reset, skip
      • Methods inherited from class java.io.InputStream

        nullInputStream, readAllBytes, readNBytes, readNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • seek

        public void seek​(long position)
                  throws java.io.IOException
        Throws:
        java.io.IOException
      • getPos

        public long getPos()
                    throws java.io.IOException
        Throws:
        java.io.IOException