public abstract class BaseCrcChecksum extends Object implements SdkChecksum
| Constructor and Description |
|---|
BaseCrcChecksum(Checksum checksum) |
| Modifier and Type | Method and Description |
|---|---|
Checksum |
getChecksum() |
long |
getValue() |
void |
mark(int readLimit)
Allows marking a checksum for checksums that support the ability to mark and reset.
|
void |
reset() |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforAlgorithm, getChecksumBytes, update, updatepublic BaseCrcChecksum(Checksum checksum)
public Checksum getChecksum()
public void mark(int readLimit)
SdkChecksummark in interface SdkChecksumreadLimit - the maximum limit of bytes that can be read before the mark position becomes invalid.Copyright © 2026. All rights reserved.