Class JRSwapFile.SwapHandle

  • Enclosing class:
    JRSwapFile

    public static class JRSwapFile.SwapHandle
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SwapHandle​(long[] offsets, int lastSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLastSize()  
      long[] getOffsets()  
      • Methods inherited from class java.lang.Object

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

      • SwapHandle

        public SwapHandle​(long[] offsets,
                          int lastSize)
    • Method Detail

      • getOffsets

        public long[] getOffsets()
      • getLastSize

        public int getLastSize()