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
-
-
Constructor Summary
Constructors Constructor Description PseudoAdler32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(byte b)voidadd(byte[] data, int offset, int length)intgetValue()voidremove(byte b)voidreset()
-