Class Crc64NvmeChecksum
- java.lang.Object
-
- software.amazon.awssdk.checksums.internal.BaseCrcChecksum
-
- software.amazon.awssdk.checksums.internal.Crc64NvmeChecksum
-
- All Implemented Interfaces:
Checksum,SdkChecksum
public final class Crc64NvmeChecksum extends BaseCrcChecksum
Implementation ofSdkChecksumto calculate an CRC64NVME checksum.
-
-
Constructor Summary
Constructors Constructor Description Crc64NvmeChecksum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChecksumcloneChecksum(Checksum checksum)byte[]getChecksumBytes()Returns the computed checksum in a byte array rather than the long provided byChecksum.getValue().-
Methods inherited from class software.amazon.awssdk.checksums.internal.BaseCrcChecksum
getChecksum, 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.checksums.SdkChecksum
update, update
-
-
-
-
Method Detail
-
getChecksumBytes
public byte[] getChecksumBytes()
Description copied from interface:SdkChecksumReturns the computed checksum in a byte array rather than the long provided byChecksum.getValue().- Returns:
- byte[] containing the checksum
-
-