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