public class CRC
extends java.lang.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 © 2018 Oracle Corporation. All Rights Reserved.