public class Crc64Ecma extends Object implements Checksum
static long
ECMA_POLY
Crc64Ecma()
long
getValue()
void
reset()
update(byte[] b, int off, int len)
update(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final long ECMA_POLY
public Crc64Ecma()
public void update(int b)
update
Checksum
public void update(byte[] b, int off, int len)
public long getValue()
getValue
public void reset()
reset
Copyright © 2024. All rights reserved.