| Package | Description |
|---|---|
| org.coodex.util |
| Modifier and Type | Method and Description |
|---|---|
CRC.Parameters |
CRC.Algorithm.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
static long |
CRC.calculateCRC(CRC.Parameters crcParams,
byte[] data) |
static long |
CRC.calculateCRC(CRC.Parameters crcParams,
byte[] data,
int offset,
int length)
This method implements simple straight forward bit by bit calculation.
|
| Constructor and Description |
|---|
CRC(CRC.Parameters crcParams) |
Copyright © 2018. All rights reserved.