public class CRC16
extends java.lang.Object
implements java.util.zip.Checksum
Constructor and Description |
---|
CRC16() |
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] bytes,
int off,
int len) |
void |
update(int b) |
public long getValue()
getValue
in interface java.util.zip.Checksum
public void reset()
reset
in interface java.util.zip.Checksum
public void update(int b)
update
in interface java.util.zip.Checksum
public void update(byte[] bytes, int off, int len)
update
in interface java.util.zip.Checksum