Package org.eclipse.jgit.transport
Class PackParser.UnresolvedDelta
- java.lang.Object
-
- org.eclipse.jgit.transport.PackParser.UnresolvedDelta
-
- Enclosing class:
- PackParser
public static class PackParser.UnresolvedDelta extends java.lang.ObjectInformation about an unresolved delta in this pack stream.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcrc(package private) PackParser.UnresolvedDeltanext(package private) longposition(package private) longsizeBeforeInflating
-
Constructor Summary
Constructors Constructor Description UnresolvedDelta()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetCRC()longgetOffset()voidsetCRC(int crc32)
-
-
-
Field Detail
-
position
long position
-
crc
int crc
-
next
PackParser.UnresolvedDelta next
-
sizeBeforeInflating
long sizeBeforeInflating
-
-