public final class Adler32 extends Object
Constructor and Description |
---|
Adler32() |
Modifier and Type | Method and Description |
---|---|
Adler32 |
copy() |
long |
getValue() |
void |
reset() |
void |
reset(long init) |
void |
update(byte[] buf,
int index,
int len) |
public void reset(long init)
public void reset()
public long getValue()
public void update(byte[] buf, int index, int len)
public Adler32 copy()