Class Crc32CChecksum
- java.lang.Object
-
- software.amazon.awssdk.core.internal.checksums.LegacyDelegatingChecksum
-
- software.amazon.awssdk.core.checksums.Crc32CChecksum
-
- All Implemented Interfaces:
Checksum,SdkChecksum
@Deprecated @SdkProtectedApi public class Crc32CChecksum extends LegacyDelegatingChecksum
Deprecated.this class is deprecated and subject to removal.Implementation ofSdkChecksumto calculate an CRC32C checksum.Implementor notes: this should've been an internal API, but we can't change it now since it's not within the internal subpackage.
-
-
Constructor Summary
Constructors Constructor Description Crc32CChecksum()Deprecated.
-
Method Summary
-
Methods inherited from class software.amazon.awssdk.core.internal.checksums.LegacyDelegatingChecksum
getChecksumBytes, getValue, mark, reset, update, update
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.checksums.SdkChecksum
update, update
-
-