public class Crc32 extends CRCTable
| Constructor and Description |
|---|
Crc32() |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getGenTable()
Make the table for a fast CRC.
|
int |
getOrder() |
int |
getPolynom() |
boolean |
isReflect() |
void |
update(int bval)
Updates the checksum with the specified byte.
|
public int[] getGenTable()
getGenTable in class CRCTablepublic void update(int bval)
Checksumpublic int getPolynom()
getPolynom in class CRC