public class CRC16 extends Object implements Checksum, Serializable
| Constructor and Description |
|---|
CRC16() |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] b,
int off,
int len) |
void |
update(int b) |
Copyright © 2021. All rights reserved.