public abstract class CRC16Checksum extends Object implements Checksum, Serializable
Modifier and Type | Field and Description |
---|---|
protected int |
wCRCin
CRC16 Checksum 结果值
|
Constructor and Description |
---|
CRC16Checksum() |
Modifier and Type | Method and Description |
---|---|
String |
getHexValue()
获取16进制的CRC16值
|
String |
getHexValue(boolean isPadding)
获取16进制的CRC16值
|
long |
getValue() |
void |
reset() |
void |
update(byte[] b)
计算全部字节
|
void |
update(byte[] b,
int off,
int len) |
Copyright © 2024. All rights reserved.