|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jcraft.jzlib.CRC32
public final class CRC32
| Constructor Summary | |
|---|---|
CRC32()
|
|
| Method Summary | |
|---|---|
CRC32 |
copy()
|
static int[] |
getCRC32Table()
|
long |
getValue()
|
void |
reset()
|
void |
reset(long vv)
|
void |
update(byte[] buf,
int index,
int len)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CRC32()
| Method Detail |
|---|
public void update(byte[] buf,
int index,
int len)
public void reset()
public void reset(long vv)
public long getValue()
public CRC32 copy()
public static int[] getCRC32Table()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||