Modifier and Type | Field and Description |
---|---|
String |
data
Base-64 encoded byte array containing VCDIFF bits allowing to
rebuild revision #revisionNumber if the content of
revision #revisionNumber+1 is known.
|
Date |
date
The date of revision #revisionNumber.
|
String |
editor
The creator of revision #revisionNumber.
|
int |
revisionNumber
The number of the revision this delta allows to rebuild.
|
Constructor and Description |
---|
Delta(int revisionNumber,
Date date,
String editor,
String data)
Construct a delta between revision #revisionNumber+1 and
revision #revisionNumber.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent()
Returns the full content (not the binary delta) of
revision #revisionNumber if this content has
already been computed.
|
String |
toString() |
public final int revisionNumber
public final Date date
public final String editor
public final String data