Class SVNXDeltaAlgorithm.PseudoAdler32

java.lang.Object
org.tmatesoft.svn.core.internal.delta.SVNXDeltaAlgorithm.PseudoAdler32
Enclosing class:
SVNXDeltaAlgorithm

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

    Fields
    Modifier and Type
    Field
    Description
    private int
     
    private int
     
    private int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(byte b)
     
    void
    add(byte[] data, int offset, int length)
     
    int
     
    void
    remove(byte b)
     
    void
     

    Methods inherited from class java.lang.Object

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

    • myS1

      private int myS1
    • myS2

      private int myS2
    • myLength

      private int myLength
  • Constructor Details

    • PseudoAdler32

      public PseudoAdler32()
  • Method Details

    • 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()