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