|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.PackParser.ObjectTypeAndSize
public static class PackParser.ObjectTypeAndSize
Type and size information about an object in the database buffer.
Field Summary | |
---|---|
long |
size
The inflated size of the object. |
int |
type
The type of the object. |
Constructor Summary | |
---|---|
PackParser.ObjectTypeAndSize()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int type
public long size
Constructor Detail |
---|
public PackParser.ObjectTypeAndSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |