Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mindbright.util
Class CRC32  view CRC32 download CRC32.java

java.lang.Object
  extended bymindbright.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)