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 void
add(byte b)
void
add(byte[] data, int offset, int length)
int
getValue()
void
remove(byte b)
void
reset()
-