public class CrcUtil extends Object
| Constructor and Description |
|---|
CrcUtil() |
| Modifier and Type | Method and Description |
|---|---|
static int |
calcCRC(int crc,
byte b) |
static int |
calcCRC(int crc,
byte[] bytes,
int start,
int len) |
Copyright © 2020. All rights reserved.