public class PureJavaCrc32
extends java.lang.Object
implements java.util.zip.Checksum
This class is Not ThreadSafe
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 long getValue()
getValue
in interface java.util.zip.Checksum
public void reset()
reset
in interface java.util.zip.Checksum
public void update(byte[] b, int offset, int len)
update
in interface java.util.zip.Checksum
public final void update(int b)
update
in interface java.util.zip.Checksum
Copyright © 2010 - 2020 Adobe. All Rights Reserved