public class CRC extends Object
| 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 © 2017–2019 Oracle Corporation. All rights reserved.