|
|||||||||
| Home >> All >> mindbright >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mindbright.util
Class CRC32

java.lang.Objectmindbright.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)
|
|||||||||
| Home >> All >> mindbright >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mindbright.util.CRC32