Class Crc32Checksum
- java.lang.Object
-
- software.amazon.awssdk.core.internal.checksums.LegacyDelegatingChecksum
-
- software.amazon.awssdk.core.checksums.Crc32Checksum
-
- All Implemented Interfaces:
Checksum,SdkChecksum
@Deprecated @SdkProtectedApi public class Crc32Checksum extends LegacyDelegatingChecksum
Deprecated.this class is deprecated and subject to removal.Implementation ofSdkChecksumto calculate an CRC32 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 Crc32Checksum()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
-
-