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
  • Field Details

  • 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 class SVNDeltaAlgorithm
    • 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.