public class CRC16 extends Object implements Checksum, Serializable
CRC16()
CRC16(CRC16Checksum crc16Checksum)
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 CRC16()
public CRC16(CRC16Checksum crc16Checksum)
crc16Checksum
CRC16Checksum
public long getValue()
getValue
Checksum
public void reset()
reset
public void update(byte[] b, int off, int len)
update
public void update(int b)
Copyright © 2021. All rights reserved.