public final class Crc16 extends Object
| Constructor and Description |
|---|
Crc16()
Dummy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
add_bits(int bitstring,
int length)
Feed a bitstring to the crc calculation (0 < length <= 32).
|
short |
checksum()
Return the calculated checksum.
|
Copyright © 2016. All Rights Reserved.