Class DeltaIndexScanner

java.lang.Object
org.eclipse.jgit.internal.storage.pack.DeltaIndexScanner

class DeltaIndexScanner extends Object
Supports DeltaIndex by performing a partial scan of the content.
  • Field Details

    • table

      final int[] table
    • entries

      final long[] entries
    • next

      final int[] next
    • tableMask

      final int tableMask
    • entryCnt

      private int entryCnt
  • Constructor Details

    • DeltaIndexScanner

      DeltaIndexScanner(byte[] raw, int len)
  • Method Details

    • scan

      private void scan(byte[] raw, int end)
    • tableSize

      private static int tableSize(int worstCaseBlockCnt)