Class PackParser.UnresolvedDelta

java.lang.Object
org.eclipse.jgit.transport.PackParser.UnresolvedDelta
Enclosing class:
PackParser

public static class PackParser.UnresolvedDelta extends Object
Information about an unresolved delta in this pack stream.
  • Field Details

  • 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.