Interface RandomAccessInput

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte readByte​(long pos)
      Reads a byte at the given position in the file
      int readInt​(long pos)
      Reads an integer at the given position in the file
      long readLong​(long pos)
      Reads a long at the given position in the file
      short readShort​(long pos)
      Reads a short at the given position in the file