|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface representing a data checksum.
Method Summary | |
long |
getValue()
Returns the current checksum value. |
void |
reset()
Resets the checksum to its initial value. |
void |
update(byte[] b,
int off,
int len)
Updates the current checksum with the specified array of bytes. |
void |
update(int b)
Updates the current checksum with the specified byte. |
Method Detail |
public void update(int b)
public void update(byte[] b, int off, int len)
public long getValue()
public void reset()
|
Java Platform 1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |