Class PackParser.UnresolvedDelta

  • Enclosing class:
    PackParser

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

      Constructors 
      Constructor Description
      UnresolvedDelta()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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

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