Package tools
Class Crc
java.lang.Object
tools.Crc
public class Crc
extends java.lang.Object
Generere CRC-kode
-
Method Summary
Modifier and Type Method Description static int
crcChecker(byte[] data)
Generere CRC-kodeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
crcChecker
public static int crcChecker(byte[] data)Generere CRC-kode- Parameters:
data
- byte-array- Returns:
- crc koden
-