Class CRC16
java.lang.Object
com.inductiveautomation.ignition.common.util.CRC16
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CRC16
public CRC16()
-
-
Method Details
-
getValue
public long getValue() -
reset
public void reset() -
update
public void update(byte[] b, int off, int len) -
update
public void update(int b)
-