|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.transport.PackParser.UnresolvedDelta
public static class PackParser.UnresolvedDelta
Information about an unresolved delta in this pack stream.
Constructor Summary | |
---|---|
PackParser.UnresolvedDelta()
|
Method Summary | |
---|---|
int |
getCRC()
|
long |
getOffset()
|
void |
setCRC(int crc32)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PackParser.UnresolvedDelta()
Method Detail |
---|
public long getOffset()
public int getCRC()
public void setCRC(int crc32)
crc32
- the CRC-32 checksum of the stored delta data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |