java.lang.Object
org.eclipse.jgit.transport.PackParser.UnresolvedDelta
- Enclosing class:
- PackParser
Information about an unresolved delta in this pack stream.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnresolvedDelta
public UnresolvedDelta()
-
-
Method Details
-
getOffset
public long getOffset()Get offset within the input stream- Returns:
- offset within the input stream.
-
getCRC
public int getCRC()Get the CRC-32 checksum of the stored delta data- Returns:
- the CRC-32 checksum of the stored delta data.
-
setCRC
public void setCRC(int crc32) Set the CRC-32 checksum of the stored delta data- Parameters:
crc32
- the CRC-32 checksum of the stored delta data.
-