Class PackParser.ObjectTypeAndSize

  • Enclosing class:
    PackParser

    public static class PackParser.ObjectTypeAndSize
    extends java.lang.Object
    Type and size information about an object in the database buffer.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long size
      The inflated size of the object.
      int type
      The type of the object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • type

        public int type
        The type of the object.
      • size

        public long size
        The inflated size of the object.
    • Constructor Detail

      • ObjectTypeAndSize

        public ObjectTypeAndSize()