Class StringIndexFile

    • Constructor Summary

      Constructors 
      Constructor Description
      StringIndexFile()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static byte[] readPage​(java.io.RandomAccessFile idxRaf, java.io.RandomAccessFile logRaf, long page, long itemsPerPage, boolean descending)  
      • Methods inherited from class java.lang.Object

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

      • readPage

        public static byte[] readPage​(java.io.RandomAccessFile idxRaf,
                                      java.io.RandomAccessFile logRaf,
                                      long page,
                                      long itemsPerPage,
                                      boolean descending)
                               throws java.io.IOException
        Throws:
        java.io.IOException