Package org.eclipse.jgit.transport
Class PackParser.ObjectTypeAndSize
java.lang.Object
org.eclipse.jgit.transport.PackParser.ObjectTypeAndSize
- Enclosing class:
PackParser
Type and size information about an object in the database buffer.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
public int typeThe type of the object. -
size
public long sizeThe inflated size of the object.
-
-
Constructor Details
-
ObjectTypeAndSize
public ObjectTypeAndSize()
-