private static class SVNXDeltaAlgorithm.PseudoAdler32
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
myLength |
private int |
myS1 |
private int |
myS2 |
Constructor and Description |
---|
PseudoAdler32() |
Modifier and Type | Method and Description |
---|---|
void |
add(byte b) |
void |
add(byte[] data,
int offset,
int length) |
int |
getValue() |
void |
remove(byte b) |
void |
reset() |