public class CRC16
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
DEBUG_LEV
For Debugging: Higher level equals more debug statements
|
protected int |
workingCRC
working checksum stored between calls to update(..)
|
Constructor and Description |
---|
CRC16()
Constructor.
|
public static int DEBUG_LEV
protected int workingCRC