Class SVNDeltaAlgorithm

    • Constructor Detail

      • SVNDeltaAlgorithm

        public SVNDeltaAlgorithm()
    • Method Detail

      • reset

        public void reset()
      • computeDelta

        public abstract void computeDelta​(byte[] a,
                                          int aLength,
                                          byte[] b,
                                          int bLength)
      • getData

        public java.nio.ByteBuffer getData()
      • getInstructionsLength

        public int getInstructionsLength()
      • getNewDataLength

        public int getNewDataLength()
      • copyFromSource

        protected void copyFromSource​(int position,
                                      int length)
      • copyFromTarget

        protected void copyFromTarget​(int position,
                                      int length)
      • copyFromNewData

        protected void copyFromNewData​(byte[] data,
                                       int offset,
                                       int length)