|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.hal.util.CRC16
public class CRC16
CRC16 calculates the CRC16 checksum with polynom 0x8408 and preset 0xFFFF.
| Constructor Summary | |
|---|---|
CRC16()
|
|
| Method Summary | |
|---|---|
static byte[] |
crc16(byte[] data)
calculates the checksum. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CRC16()
| Method Detail |
|---|
public static byte[] crc16(byte[] data)
data - the byte-array for which the checksum is to be calculated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||