Modifier and Type | Field and Description |
---|---|
private static long |
POLY |
private static long[] |
TABLE |
private static int |
TABLE_LENGTH |
private long |
value |
Constructor and Description |
---|
CRC64() |
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] input) |
void |
update(byte[] input,
int off,
int len) |
private static final long POLY
private static final int TABLE_LENGTH
private static final long[] TABLE
private long value
public CRC64()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.