Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
AbstractChecksum
jonelo.jacksum.algorithm.Crc32
public class Crc32
extends AbstractChecksum
Constructor Summary | |
|
Method Summary | |
byte[] | |
long |
|
void |
|
void |
|
void |
|
void |
|
public byte[] getByteArray()
public long getValue()
public void reset()
public void update(byte b)
public void update(byte[] buffer, int offset, int len)
public void update(int b)