FastCrc instead.@Deprecated public class PureJavaCrc32 extends Object
| Constructor and Description |
|---|
PureJavaCrc32()
Deprecated.
Create a new PureJavaCrc32 object.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
calcCrc32(ByteBuffer b,
int len)
Deprecated.
Calculates CRC32 checksum.
|
int |
getValue()
Deprecated.
return crc32 value
|
void |
reset()
Deprecated.
preparation for further calculations
|
void |
update(ByteBuffer b,
int len)
Deprecated.
|
void |
update(int b)
Deprecated.
|
public PureJavaCrc32()
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 Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021