@InterfaceAudience.Public @InterfaceStability.Stable public class PureJavaCrc32 extends Object implements Checksum
CRC32
Constructor and Description |
---|
PureJavaCrc32()
Create a new PureJavaCrc32 object.
|
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
void |
reset() |
void |
update(byte[] b,
int offset,
int len) |
void |
update(int b) |
public PureJavaCrc32()
Copyright © 2018 Apache Software Foundation. All rights reserved.