public class PureJavaCrc32 extends Object
| Constructor and Description |
|---|
PureJavaCrc32()
Create a new PureJavaCrc32 object.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
calcCrc32(ByteBuffer b,
int len)
Calculates CRC32 checksum.
|
int |
getValue()
return crc32 value
|
void |
reset()
preparation for further calculations
|
void |
update(ByteBuffer b,
int len) |
void |
update(int b) |
public int getValue()
public void reset()
public void update(ByteBuffer b, int len)
b - B.len - Length.public final void update(int b)
b - B.public static int calcCrc32(ByteBuffer b, int len)
len bytes forward.b - B.len - Length.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.1.0 Release Date : July 20 2017