public class CRC8 extends Object implements Checksum
CRC8()
long
getValue()
void
reset()
update(byte[] buffer)
update(byte[] buffer, int offset, int len)
update(int b)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CRC8()
public void update(byte[] buffer, int offset, int len)
update
Checksum
public void update(byte[] buffer)
update(buffer, 0, buffer.length)
buffer
public void update(int b)
public long getValue()
getValue
public void reset()
reset