Package | Description |
---|---|
org.eclipse.jgit.internal.storage.pack |
Reading/writing Git pack files.
|
Modifier and Type | Field and Description |
---|---|
private DeltaCache.Ref |
ObjectToPack.cachedDelta
If present, deflated delta instruction stream for this object.
|
Modifier and Type | Method and Description |
---|---|
(package private) DeltaCache.Ref |
DeltaCache.cache(byte[] data,
int actLen,
int reservedSize) |
(package private) DeltaCache.Ref |
ThreadSafeDeltaCache.cache(byte[] data,
int actLen,
int reservedSize) |
(package private) DeltaCache.Ref |
ObjectToPack.popCachedDelta() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
ObjectToPack.setCachedDelta(DeltaCache.Ref data) |