Class SVNVDeltaAlgorithm
java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNDeltaAlgorithm
org.tmatesoft.svn.core.internal.delta.SVNVDeltaAlgorithm
Deprecated.
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate SVNVDeltaAlgorithm.SlotsTable
Deprecated.private static final int
Deprecated. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
VD_KEY_SIZE
private static final int VD_KEY_SIZEDeprecated.- See Also:
-
mySlotsTable
Deprecated.
-
-
Constructor Details
-
SVNVDeltaAlgorithm
public SVNVDeltaAlgorithm()Deprecated.
-
-
Method Details
-
computeDelta
public void computeDelta(byte[] a, int aLength, byte[] b, int bLength) Deprecated.- Specified by:
computeDelta
in classSVNDeltaAlgorithm
-
getSlotsTable
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.
-
SVNXDeltaAlgorithm
is used instead in all cases.