Uses of Class
org.eclipse.jgit.internal.storage.pack.DeltaWindowEntry
-
Packages that use DeltaWindowEntry Package Description org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files. -
-
Uses of DeltaWindowEntry in org.eclipse.jgit.internal.storage.pack
Fields in org.eclipse.jgit.internal.storage.pack declared as DeltaWindowEntry Modifier and Type Field Description private DeltaWindowEntryDeltaWindow. bestBaseIf we have chosen a base, the window entry it was created from.(package private) DeltaWindowEntryDeltaWindowEntry. next(package private) DeltaWindowEntryDeltaWindowEntry. prevprivate DeltaWindowEntryDeltaWindow. resWindow entry of the object we are currently considering.Methods in org.eclipse.jgit.internal.storage.pack that return DeltaWindowEntry Modifier and Type Method Description (package private) static DeltaWindowEntryDeltaWindowEntry. createWindow(int cnt)Methods in org.eclipse.jgit.internal.storage.pack with parameters of type DeltaWindowEntry Modifier and Type Method Description private byte[]DeltaWindow. buffer(DeltaWindowEntry ent)private voidDeltaWindow. checkLoadable(DeltaWindowEntry ent, long need)private voidDeltaWindow. clear(DeltaWindowEntry ent)private booleanDeltaWindow. delta(DeltaWindowEntry src)private intDeltaWindow. deltaSizeLimit(DeltaWindowEntry src)private static longDeltaWindow. estimateIndexSize(DeltaWindowEntry ent)private DeltaIndexDeltaWindow. index(DeltaWindowEntry ent)(package private) voidDeltaWindowEntry. makeNext(DeltaWindowEntry e)private voidDeltaWindow. selectDeltaBase(DeltaWindowEntry src, java.io.OutputStream delta)
-