|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.vfs.provider.bzip2.CRC
class CRC
A simple class the hold and calculate the CRC for sanity checking of the data.
Field Summary | |
---|---|
private static int[] |
CRC32_TABLE
|
private int |
m_globalCrc
|
Constructor Summary | |
---|---|
protected |
CRC()
|
Method Summary | |
---|---|
(package private) int |
getFinalCRC()
|
(package private) void |
initialiseCRC()
|
(package private) void |
updateCRC(int inCh)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static int[] CRC32_TABLE
private int m_globalCrc
Constructor Detail |
---|
protected CRC()
Method Detail |
---|
int getFinalCRC()
void initialiseCRC()
void updateCRC(int inCh)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |