Class CRC32
- java.lang.Object
-
- software.amazon.awssdk.crt.checksums.CRC32
-
-
Constructor Summary
Constructors Constructor Description CRC32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
clone()
long
getValue()
void
reset()
void
update(byte[] b)
void
update(byte[] b, int off, int len)
void
update(int b)
-