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