java.util.zip.Checksum@Public
@Stable
public class PureJavaCrc32C
extends java.lang.Object
implements java.util.zip.Checksum
| Constructor | Description |
|---|---|
PureJavaCrc32C() |
Create a new PureJavaCrc32 object.
|
| Modifier and Type | Method | Description |
|---|---|---|
long |
getValue() |
|
void |
reset() |
|
void |
update(byte[] b,
int off,
int len) |
|
void |
update(int b) |
public long getValue()
getValue in interface java.util.zip.Checksumpublic void reset()
reset in interface java.util.zip.Checksumpublic void update(byte[] b,
int off,
int len)
update in interface java.util.zip.Checksumpublic final void update(int b)
update in interface java.util.zip.ChecksumCopyright © 2008–2025 Apache Software Foundation. All rights reserved.