public class CRC64 extends Object implements Checksum
CRC64()
long
getValue()
void
reset()
update(byte b)
update(byte[] buffer)
update(byte[] buffer, int offset, int length)
update(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CRC64()
public void update(int b)
update
Checksum
public void update(byte b)
public void update(byte[] buffer, int offset, int length)
public void update(byte[] buffer)
public long getValue()
getValue
public void reset()
reset
Copyright © 2021. All rights reserved.