com.mindbright.util
Class CRC32

java.lang.Object
  extended bycom.mindbright.util.CRC32

public final class CRC32
extends java.lang.Object


Field Summary
static long[] crc32_tab
           
 
Constructor Summary
CRC32()
           
 
Method Summary
static long getValue(byte[] buf, int off, int len)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crc32_tab

public static final long[] crc32_tab
Constructor Detail

CRC32

public CRC32()
Method Detail

getValue

public static long getValue(byte[] buf,
                            int off,
                            int len)