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