public final class CrcCloneOnMarkChecksum extends BaseCrcChecksum
This class is intended for use with checksums that do not provide a cloneable method. It uses combine methods to handle mark and reset operations efficiently.
| Constructor and Description |
|---|
CrcCloneOnMarkChecksum(Checksum checksum) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getChecksumBytes()
Returns the computed checksum in a byte array rather than the long provided by
Checksum.getValue(). |
getChecksum, getValue, mark, reset, update, updateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforAlgorithm, update, updatepublic CrcCloneOnMarkChecksum(Checksum checksum)
public byte[] getChecksumBytes()
SdkChecksumChecksum.getValue().Copyright © 2026. All rights reserved.