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
- Author:
- TMate Software Ltd.
-
-
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.-
Methods inherited from class org.tmatesoft.svn.core.internal.delta.SVNDeltaAlgorithm
copyFromNewData, copyFromSource, copyFromTarget, getData, getInstructionsLength, getNewDataLength, reset
-
-
-
-
Method Detail
-
computeDelta
public void computeDelta(byte[] a, int aLength, byte[] b, int bLength)
Deprecated.- Specified by:
computeDelta
in classSVNDeltaAlgorithm
-
-