com.jguild.jrpm.io.bzip2
Class CRC

java.lang.Object
  extended bycom.jguild.jrpm.io.bzip2.CRC

class CRC
extends java.lang.Object

A simple class the hold and calculate the CRC for sanity checking of the data.

Author:
Keiron Liddle

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
 

Constructor Detail

CRC

protected CRC()
Method Detail

getFinalCRC

int getFinalCRC()

initialiseCRC

void initialiseCRC()

updateCRC

void updateCRC(int inCh)


Copyright © 2002-2005 Sourceforge. All Rights Reserved.