public class Sum extends Checksum
| Constructor | Description |
|---|---|
Sum() |
| Modifier and Type | Method | Description |
|---|---|---|
Sum |
enableBSD() |
|
int |
getOrder() |
|
boolean |
update(int data) |
Updates the checksum with the specified byte.
|
Sum |
withOrder(int order) |