Class DeltaIndexScanner
- java.lang.Object
-
- org.eclipse.jgit.internal.storage.pack.DeltaIndexScanner
-
class DeltaIndexScanner extends java.lang.Object
SupportsDeltaIndex
by performing a partial scan of the content.
-
-
Constructor Summary
Constructors Constructor Description DeltaIndexScanner(byte[] raw, int len)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
scan(byte[] raw, int end)
private static int
tableSize(int worstCaseBlockCnt)
-