Class SdkCrc32
- java.lang.Object
-
- software.amazon.awssdk.core.internal.checksums.factory.SdkCrc32
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectclone()static SdkCrc32create()longgetValue()voidreset()voidupdate(byte[] b, int offset, int len)voidupdate(int b)
-
-
-
Method Detail
-
create
public static SdkCrc32 create()
-
update
public void update(byte[] b, int offset, int len)
-
-