public class CRC64Checksum extends Object implements Checksum
| Constructor and Description | 
|---|
CRC64Checksum()  | 
| Modifier and Type | Method and Description | 
|---|---|
long | 
getValue()  | 
void | 
reset()  | 
String | 
toString()
Returns a zero-padded 16 character wide string containing the current
 value of this checksum in uppercase hexadecimal format. 
 | 
void | 
update(byte[] b,
      int offset,
      int length)  | 
void | 
update(int b)  | 
void | 
update(String s)  | 
public CRC64Checksum()
Copyright © 2020 BioJava. All rights reserved.