Class CRC32C
- java.lang.Object
-
- software.amazon.awssdk.crt.checksums.CRC32C
-
-
Constructor Summary
Constructors Constructor Description CRC32C()Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()longgetValue()Returns the current checksum value.voidreset()Resets the checksum to its initial value.voidupdate(byte[] b)voidupdate(byte[] b, int off, int len)Updates the current checksum with the specified array of bytes.voidupdate(int b)
-