Class SVNVDeltaAlgorithm
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.delta.SVNDeltaAlgorithm
-
- org.tmatesoft.svn.core.internal.delta.SVNVDeltaAlgorithm
-
public class SVNVDeltaAlgorithm extends SVNDeltaAlgorithm
Deprecated.SVNXDeltaAlgorithm
is used instead in all cases.- Version:
- 1.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
SVNVDeltaAlgorithm.SlotsTable
Deprecated.
-
Field Summary
Fields Modifier and Type Field Description private SVNVDeltaAlgorithm.SlotsTable
mySlotsTable
Deprecated.private static int
VD_KEY_SIZE
Deprecated.
-
Constructor Summary
Constructors Constructor Description SVNVDeltaAlgorithm()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from class org.tmatesoft.svn.core.internal.delta.SVNDeltaAlgorithm
copyFromNewData, copyFromSource, copyFromTarget, getData, getInstructionsLength, getNewDataLength, reset
-
-
-
-
Field Detail
-
VD_KEY_SIZE
private static final int VD_KEY_SIZE
Deprecated.- See Also:
- Constant Field Values
-
mySlotsTable
private SVNVDeltaAlgorithm.SlotsTable mySlotsTable
Deprecated.
-
-
Method Detail
-
computeDelta
public void computeDelta(byte[] a, int aLength, byte[] b, int bLength)
Deprecated.- Specified by:
computeDelta
in classSVNDeltaAlgorithm
-
getSlotsTable
private SVNVDeltaAlgorithm.SlotsTable getSlotsTable(int dataLength)
Deprecated.
-
vdelta
private void vdelta(SVNVDeltaAlgorithm.SlotsTable table, byte[] data, int start, int end, boolean doOutput)
Deprecated.
-
findMatchLength
private int findMatchLength(byte[] data, int match, int from, int end)
Deprecated.
-
-