| java.lang.Object org.apache.tools.bzip2.CRC
CRC | final class CRC (Code) | | A simple class the hold and calculate the CRC for sanity checking
of the data.
|
Constructor Summary | |
| CRC() |
crc32Table | final static int crc32Table(Code) | | |
getFinalCRC | int getFinalCRC()(Code) | | |
getGlobalCRC | int getGlobalCRC()(Code) | | |
initialiseCRC | void initialiseCRC()(Code) | | |
setGlobalCRC | void setGlobalCRC(int newCrc)(Code) | | |
updateCRC | void updateCRC(int inCh)(Code) | | |
updateCRC | void updateCRC(int inCh, int repeat)(Code) | | |
|
|