private static class DfsPackFile.Delta
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) long |
basePos
Offset of the base object this delta applies onto.
|
(package private) long |
deltaPos
Offset of the delta object.
|
(package private) int |
deltaSize
Size of the inflated delta stream.
|
(package private) int |
hdrLen
Total size of the delta's pack entry header (including base).
|
(package private) DfsPackFile.Delta |
next
Child that applies onto this object.
|
Constructor and Description |
---|
Delta(DfsPackFile.Delta next,
long ofs,
int sz,
int hdrLen,
long baseOffset) |
final DfsPackFile.Delta next
final long deltaPos
final int deltaSize
final int hdrLen
final long basePos
Delta(DfsPackFile.Delta next, long ofs, int sz, int hdrLen, long baseOffset)