public class CRC extends Object
Modifier and Type | Field and Description |
---|---|
static int[] |
Table |
Constructor and Description |
---|
CRC() |
Modifier and Type | Method and Description |
---|---|
int |
getDigest() |
void |
init() |
void |
update(byte[] data) |
void |
update(byte[] data,
int offset,
int size) |
void |
updateByte(int b) |
Copyright © 2024. All rights reserved.