public class CRC16X25 extends CRC16Checksum
wCRCin| 构造器和说明 |
|---|
CRC16X25() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
reset() |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
getHexValue, getHexValue, getValue, updatepublic void reset()
reset 在接口中 Checksumreset 在类中 CRC16Checksumpublic void update(byte[] b,
int off,
int len)
update 在接口中 Checksumupdate 在类中 CRC16Checksumpublic void update(int b)
Copyright © 2022. All rights reserved.