Package marauroa.common
Class CRC
java.lang.Object
marauroa.common.CRC
an implementation of the CRC checksum algorithm.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
CRC
public CRC()
-
-
Method Details
-
cmpCRC
public static short cmpCRC(byte[] b)Calc CRC with cmp method.- Parameters:
b
- byte array to compute CRC on- Returns:
- 16-bit CRC, signed
-