public class CRC extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int[] | CRC_32_TABLE | 
| private int | globalCrc | 
| Constructor and Description | 
|---|
| CRC() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getFinalCRC() | 
| int | getGlobalCRC() | 
| void | initialiseCRC() | 
| void | setGlobalCRC(int newCrc) | 
| void | updateCRC(int inCh) | 
Copyright © 2015 Open Microscopy Environment