public final class CRC32
- Object
- CRC32
Constructors
public CRC32() |
Methods
public static int[] getCRC32Table() | |
public void update(byte[] buf, int index, int len) | |
public void reset() | |
public void reset(long vv) | |
public long getValue() | |
public CRC32 copy() |
Inherited methods
Constructor details
CRC32
public CRC32()Method details
getCRC32Table
public static int[] getCRC32Table()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()