Class BaseCrcChecksum
java.lang.Object
software.amazon.awssdk.checksums.internal.BaseCrcChecksum
- All Implemented Interfaces:
Checksum
,SdkChecksum
- Direct Known Subclasses:
CrcCloneOnMarkChecksum
Base class for CRC related checksums
-
Constructor Details
-
BaseCrcChecksum
-
-
Method Details
-
getChecksum
-
mark
public void mark(int readLimit) Description copied from interface:SdkChecksum
Allows marking a checksum for checksums that support the ability to mark and reset.- Specified by:
mark
in interfaceSdkChecksum
- Parameters:
readLimit
- the maximum limit of bytes that can be read before the mark position becomes invalid.
-
update
-
update
-
getValue
-
reset
-