Class SdkCrc32Checksum
java.lang.Object
software.amazon.awssdk.checksums.internal.SdkCrc32Checksum
-
Method Details
-
create
-
combine
Combines two CRC32 values into a single CRC using the specified combine matrices. Please referCrcCombineChecksumUtil.combine(long, long, long, long[][])
- Parameters:
crcPair
- A pair of CRC values to combine.originalLengthOfCrc32
- The length of the original data.- Returns:
- The combined CRC value.
-
getValue
-
reset
-
update
-
update
-
clone
-