| Modifier and Type | Method and Description |
|---|---|
SdkCrc32Checksum |
clone() |
static long |
combine(Long crcPairOne,
Long crcPair,
long originalLengthOfCrc32)
Combines two CRC32 values into a single CRC using the specified combine matrices.
|
static SdkCrc32Checksum |
create() |
long |
getValue() |
void |
reset() |
void |
update(byte[] b,
int offset,
int len) |
void |
update(int b) |
public static SdkCrc32Checksum create()
public static long combine(Long crcPairOne, Long crcPair, long originalLengthOfCrc32)
CrcCombineChecksumUtil.combine(long, long, long, long[][])crcPair - A pair of CRC values to combine.originalLengthOfCrc32 - The length of the original data.public SdkCrc32Checksum clone()
Copyright © 2026. All rights reserved.