public final class Crc16
extends java.lang.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.
|
JavaZOOM 1999-2008