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