final class DeltaWindowEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
buffer
Complete contents of this object.
|
(package private) DeltaIndex |
index
Index of this object's content, to encode other deltas.
|
(package private) DeltaWindowEntry |
next |
(package private) ObjectToPack |
object |
(package private) DeltaWindowEntry |
prev |
Constructor and Description |
---|
DeltaWindowEntry() |
Modifier and Type | Method and Description |
---|---|
(package private) static DeltaWindowEntry |
createWindow(int cnt) |
(package private) int |
depth() |
(package private) boolean |
empty() |
(package private) void |
makeNext(DeltaWindowEntry e) |
(package private) void |
set(ObjectToPack object) |
(package private) int |
size() |
(package private) int |
type() |
DeltaWindowEntry prev
DeltaWindowEntry next
ObjectToPack object
byte[] buffer
DeltaIndex index
final void set(ObjectToPack object)
final int depth()
final int type()
final int size()
final boolean empty()
final void makeNext(DeltaWindowEntry e)
static DeltaWindowEntry createWindow(int cnt)