public final class CRC32 extends Object
| Constructor and Description |
|---|
CRC32() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCRC() |
void |
updateCRC(int value)
Update the CRC with a single byte
|
void |
updateCRC(int value,
int count)
Update the CRC with a sequence of identical bytes
|
public int getCRC()
public void updateCRC(int value)
value - The value to update the CRC withpublic void updateCRC(int value,
int count)
value - The value to update the CRC withcount - The number of bytesCopyright © 2016. All rights reserved.