| Modifier and Type | Method and Description |
|---|---|
SdkCrc32CChecksum |
clone() |
static long |
combine(long crc1,
long crc2,
long originalLengthOfCrc2)
Combines the CRCs of two parts.Please refer
CrcCombineChecksumUtil.combine(long, long, long, long[][]) |
static SdkCrc32CChecksum |
create() |
long |
getValue() |
void |
reset() |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
public static SdkCrc32CChecksum create()
public static long combine(long crc1,
long crc2,
long originalLengthOfCrc2)
CrcCombineChecksumUtil.combine(long, long, long, long[][])crc1 - The CRC of the first part.crc2 - The CRC of the second part.originalLengthOfCrc2 - The length of the second part's CRC before combining.public SdkCrc32CChecksum clone()
Copyright © 2026. All rights reserved.