Constructor and Description |
---|
CRC8(int polynomial) |
CRC8(int polynomial,
short init) |
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] b) |
void |
update(byte[] b,
int offset,
int len) |
void |
update(int b) |
Copyright © 2024. All rights reserved.