Package org.eclipse.jgit.transport
Class PackParser.UnresolvedDelta
java.lang.Object
org.eclipse.jgit.transport.PackParser.UnresolvedDelta
- Enclosing class:
PackParser
Information about an unresolved delta in this pack stream.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int
(package private) PackParser.UnresolvedDelta
(package private) long
(package private) long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
position
long position -
crc
int crc -
next
-
sizeBeforeInflating
long sizeBeforeInflating
-
-
Constructor Details
-
UnresolvedDelta
public UnresolvedDelta()
-
-
Method Details
-
getOffset
public long getOffset()- Returns:
- offset within the input stream.
-
getCRC
public int getCRC()- Returns:
- the CRC-32 checksum of the stored delta data.
-
setCRC
public void setCRC(int crc32) - Parameters:
crc32
- the CRC-32 checksum of the stored delta data.
-