Class PackParser.ObjectTypeAndSize

  • Enclosing class:
    PackParser

    public static class PackParser.ObjectTypeAndSize
    extends Object
    Type and size information about an object in the database buffer.
    • 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()