public class CRC extends Object
Modifier and Type | Field and Description |
---|---|
static int[] |
CRC_32_TABLE |
Constructor and Description |
---|
CRC() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getFinalCRC() |
int |
getGlobalCRC() |
int |
hashCode() |
void |
initialiseCRC() |
void |
setGlobalCRC(int newCrc) |
String |
toString() |
void |
updateCRC(int inCh) |
Copyright © 2014 Open Microscopy Environment