public class CRC16 extends 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.
|
| Modifier and Type | Method and Description |
|---|---|
short |
checksum() |
void |
reset()
Resets stored data, preparing object for a new checksum.
|
int |
update(byte input) |
int |
update(byte[] input,
int start,
int stop) |
public static int DEBUG_LEV
protected int workingCRC
Copyright © 2017. All rights reserved.