public class CRC24
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
crc |
protected static int |
CRC24_INIT |
protected static int |
CRC24_POLY |
Constructor and Description |
---|
CRC24()
Default, iterative CRC-24 implementation as described in RFC4880.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
void |
reset() |
void |
update(int b) |
void |
update3(byte[] buf,
int off) |
protected static final int CRC24_INIT
protected static final int CRC24_POLY
protected int crc