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
public long getValue() -
reset
public void reset() -
update
public void update(byte[] b, int offset, int len) -
update
public void update(int b) -
clone
-