Class PackParser.UnresolvedDelta

  • Enclosing class:
    PackParser

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

      • UnresolvedDelta

        public UnresolvedDelta()
    • Method Detail

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