Class SVNVDeltaAlgorithm

    • Constructor Detail

      • SVNVDeltaAlgorithm

        public SVNVDeltaAlgorithm()
        Deprecated.
    • Method Detail

      • computeDelta

        public void computeDelta​(byte[] a,
                                 int aLength,
                                 byte[] b,
                                 int bLength)
        Deprecated.
        Specified by:
        computeDelta in class SVNDeltaAlgorithm
      • findMatchLength

        private int findMatchLength​(byte[] data,
                                    int match,
                                    int from,
                                    int end)
        Deprecated.