Modifier and Type | Field and Description |
---|---|
private static int |
BASE |
private static int |
NMAX |
private long |
s1 |
private long |
s2 |
Constructor and Description |
---|
Adler32() |
Modifier and Type | Method and Description |
---|---|
(package private) static long |
combine(long adler1,
long adler2,
long len2) |
Adler32 |
copy() |
long |
getValue() |
void |
reset() |
void |
reset(long init) |
void |
update(byte[] buf,
int index,
int len) |
private static final int BASE
private static final int NMAX
private long s1
private long s2