Class EndiannessReverserIndexInput.EndiannessReverserRandomAccessInput

    • Method Summary

      All Methods Instance Methods Concrete 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 (LE byte order) at the given position in the file
      long readLong​(long pos)
      Reads a long (LE byte order) at the given position in the file
      short readShort​(long pos)
      Reads a short (LE byte order) at the given position in the file
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait