public final class Crc32c extends Object implements Checksum
| Constructor and Description |
|---|
Crc32c() |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue()
Returns the value of the checksum.
|
byte[] |
getValueAsBytes()
Returns the value of the checksum.
|
void |
reset()
Resets the crc.
|
void |
update(byte[] bArray,
int off,
int len)
Updates the checksum with an array of bytes.
|
void |
update(int b)
Updates the checksum with a new byte.
|
public void update(int b)
public void update(byte[] bArray,
int off,
int len)
public long getValue()
public byte[] getValueAsBytes()
Copyright © 2016. All rights reserved.