public class Crc16 extends Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getCrc16(byte[] buff,
int buffLen,
int crcSeed)
calculate the crc for the passed buffer
|
public static int getCrc16(byte[] buff,
int buffLen,
int crcSeed)
buff - byte array to calculate CRC ofbuffLen - number of bytes in array to calculate againstcrcSeed - starting seed for CRC calculationCopyright © 2018. All rights reserved.