org.eclipse.jgit.transport
Class PackParser.ObjectTypeAndSize

java.lang.Object
  extended by 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 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

type

public int type
The type of the object.


size

public long size
The inflated size of the object.

Constructor Detail

PackParser.ObjectTypeAndSize

public PackParser.ObjectTypeAndSize()


Copyright © 2012. All Rights Reserved.