public class CRC64 extends Object
| Constructor and Description |
|---|
CRC64() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
void |
update(byte b)
Update CRC64 with new byte.
|
void |
update(byte[] b,
int len)
Update CRC64 with new byte block.
|
public String getValue()
public void update(byte[] b,
int len)
public void update(byte b)
Copyright © 2021. All rights reserved.