| 类 | 说明 |
|---|---|
| ChecksumUtils |
Utility methods for checksum calculation.
|
| CRC |
CRC (Cyclic Redundancy Check) is a common method for data verification.
|
| CRC16 |
The CRC16 class implements the CRC interface and defines the CRC16 checksum calculation.
|
| CRC32 |
The CRC32 class implements the CRC interface and calculates CRC32 checksums.
|
| CRC8 |
The CRC8 class implements the CRC interface and defines the CRC8 checksum calculation.
|
| 枚举 | 说明 |
|---|---|
| CRCType |
Supported CRC algorithms.
|
Copyright © 2019–2025 indunet. All rights reserved.