@FunctionalInterface public interface CrcCombineFunction
| Modifier and Type | Method and Description |
|---|---|
long |
combine(long crc1,
long crc2,
long length)
Combines two CRC values along with the data length to produce the resulting combined checksum.
|
Copyright © 2026. All rights reserved.