org.gudy.azureus2.core3.util
Class CRC32C

java.lang.Object
  extended by org.gudy.azureus2.core3.util.CRC32C

public class CRC32C
extends java.lang.Object


Constructor Summary
CRC32C()
           
 
Method Summary
 long getValue()
           
 void update(byte[] bytes)
           
 void updateWord(byte[] bytes, boolean reverse)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CRC32C

public CRC32C()
Method Detail

update

public void update(byte[] bytes)

updateWord

public void updateWord(byte[] bytes,
                       boolean reverse)

getValue

public long getValue()