Class TempFileCache.ObjectPosition

  • Enclosing class:
    TempFileCache

    public class TempFileCache.ObjectPosition
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int length  
      (package private) long offset  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectPosition​(long offset, int length)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • offset

        long offset
      • length

        int length
    • Constructor Detail

      • ObjectPosition

        ObjectPosition​(long offset,
                       int length)