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
- 
markpublic void mark(int readLimit) Description copied from interface:SdkChecksumAllows marking a checksum for checksums that support the ability to mark and reset.- Specified by:
- markin interface- SdkChecksum
- Parameters:
- readLimit- the maximum limit of bytes that can be read before the mark position becomes invalid.
 
- 
update
- 
update
- 
getValue
- 
reset
 
-