| 程序包 | 说明 |
|---|---|
| org.coodex.util |
| 限定符和类型 | 方法和说明 |
|---|---|
CRC.Parameters |
CRC.Algorithm.getParameters() |
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
| 构造器和说明 |
|---|
CRC(CRC.Parameters crcParams) |
Copyright © 2020. All rights reserved.