Package | Description |
---|---|
org.eclipse.jgit.internal.storage.file |
File based repository storage.
|
Modifier and Type | Field and Description |
---|---|
(package private) PackFile.Delta |
PackFile.Delta.next
Child that applies onto this object.
|
Constructor and Description |
---|
Delta(PackFile.Delta next,
long ofs,
int sz,
int hdrLen,
long baseOffset) |