org.codehaus.plexus.archiver.bzip2
class CRC extends Object
Version: $Revision: 2436 $ $Date: 2005-09-01 13:20:41 -0400 (Thu, 01 Sep 2005) $ from org.apache.ant.tools.bzip2.CRC v1.9
Field Summary | |
---|---|
static int[] | crc32Table |
int | globalCrc |
Constructor Summary | |
---|---|
CRC() |
Method Summary | |
---|---|
int | getFinalCRC() |
int | getGlobalCRC() |
void | initialiseCRC() |
void | setGlobalCRC(int newCrc) |
void | updateCRC(int inCh) |