Class PackParser.ObjectTypeAndSize

java.lang.Object
org.eclipse.jgit.transport.PackParser.ObjectTypeAndSize
Enclosing class:
PackParser

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

    • type

      public int type
      The type of the object.
    • size

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

    • ObjectTypeAndSize

      public ObjectTypeAndSize()