Class SVNXDeltaAlgorithm.PseudoAdler32

  • Enclosing class:
    SVNXDeltaAlgorithm

    private static class SVNXDeltaAlgorithm.PseudoAdler32
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int myLength  
      private int myS1  
      private int myS2  
    • Constructor Summary

      Constructors 
      Constructor Description
      PseudoAdler32()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(byte b)  
      void add​(byte[] data, int offset, int length)  
      int getValue()  
      void remove​(byte b)  
      void reset()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • myS1

        private int myS1
      • myS2

        private int myS2
      • myLength

        private int myLength
    • Constructor Detail

      • PseudoAdler32

        public PseudoAdler32()
    • Method Detail

      • add

        public void add​(byte b)
      • remove

        public void remove​(byte b)
      • add

        public void add​(byte[] data,
                        int offset,
                        int length)
      • getValue

        public int getValue()
      • reset

        public void reset()