SVNXDeltaAlgorithm
is used instead in all cases.public class SVNVDeltaAlgorithm extends SVNDeltaAlgorithm
Modifier and Type | Class and Description |
---|---|
private static class |
SVNVDeltaAlgorithm.SlotsTable
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private SVNVDeltaAlgorithm.SlotsTable |
mySlotsTable
Deprecated.
|
private static int |
VD_KEY_SIZE
Deprecated.
|
Constructor and Description |
---|
SVNVDeltaAlgorithm()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
computeDelta(byte[] a,
int aLength,
byte[] b,
int bLength)
Deprecated.
|
private int |
findMatchLength(byte[] data,
int match,
int from,
int end)
Deprecated.
|
private SVNVDeltaAlgorithm.SlotsTable |
getSlotsTable(int dataLength)
Deprecated.
|
private void |
vdelta(SVNVDeltaAlgorithm.SlotsTable table,
byte[] data,
int start,
int end,
boolean doOutput)
Deprecated.
|
copyFromNewData, copyFromSource, copyFromTarget, getData, getInstructionsLength, getNewDataLength, reset
private static final int VD_KEY_SIZE
private SVNVDeltaAlgorithm.SlotsTable mySlotsTable
public void computeDelta(byte[] a, int aLength, byte[] b, int bLength)
computeDelta
in class SVNDeltaAlgorithm
private SVNVDeltaAlgorithm.SlotsTable getSlotsTable(int dataLength)
private void vdelta(SVNVDeltaAlgorithm.SlotsTable table, byte[] data, int start, int end, boolean doOutput)
private int findMatchLength(byte[] data, int match, int from, int end)