Package com.jcraft.jzlib
Class CRC32
- java.lang.Object
-
- com.jcraft.jzlib.CRC32
-
public final class CRC32 extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CRC32()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CRC32
copy()
static int[]
getCRC32Table()
long
getValue()
void
reset()
void
reset(long vv)
void
update(byte[] buf, int index, int len)
-
-
-
Method Detail
-
update
public void update(byte[] buf, int index, int len)
-
reset
public void reset()
-
reset
public void reset(long vv)
-
getValue
public long getValue()
-
copy
public CRC32 copy()
-
getCRC32Table
public static int[] getCRC32Table()
-
-