Class SVNXDeltaAlgorithm
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.delta.SVNDeltaAlgorithm
-
- org.tmatesoft.svn.core.internal.delta.SVNXDeltaAlgorithm
-
public class SVNXDeltaAlgorithm extends SVNDeltaAlgorithm
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNXDeltaAlgorithm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
computeDelta(byte[] a, int aLength, byte[] b, int bLength)
-
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)
- Specified by:
computeDelta
in classSVNDeltaAlgorithm
-
-