Package org.eclipse.rdf4j.rio.hdt
Class CRC16
java.lang.Object
org.eclipse.rdf4j.rio.hdt.CRC16
- All Implemented Interfaces:
Checksum
CRC16-ANSI checksum
-
Field Details
-
TABLE
private static final short[] TABLE -
value
private long value
-
-
Constructor Details
-
CRC16
CRC16()
-
-
Method Details
-
update
public void update(int b) -
update
public void update(byte[] b, int off, int len) -
getValue
public long getValue() -
reset
public void reset()
-