public class Adler32 extends Checksum
| Constructor and Description |
|---|
Adler32() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
boolean |
update(int b)
Updates the checksum with the specified byte.
|
public boolean update(int b)
Checksum