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.SVNXDeltaAlgorithmis used instead in all cases.- Version:
- 1.3
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classSVNVDeltaAlgorithm.SlotsTableDeprecated.
-
Field Summary
Fields Modifier and Type Field Description private SVNVDeltaAlgorithm.SlotsTablemySlotsTableDeprecated.private static intVD_KEY_SIZEDeprecated.
-
Constructor Summary
Constructors Constructor Description SVNVDeltaAlgorithm()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidcomputeDelta(byte[] a, int aLength, byte[] b, int bLength)Deprecated.private intfindMatchLength(byte[] data, int match, int from, int end)Deprecated.private SVNVDeltaAlgorithm.SlotsTablegetSlotsTable(int dataLength)Deprecated.private voidvdelta(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:
computeDeltain 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.
-
-