public class CRCUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static int |
CRC_POLYNOMIAL |
| Constructor and Description |
|---|
CRCUtils() |
| Modifier and Type | Method and Description |
|---|---|
static int |
getCRC(byte[] data) |
static int |
getCRC(byte[] data,
int previous) |
protected static final int CRC_POLYNOMIAL
Copyright © 2021. All rights reserved.