|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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)
b
- the byte to update the checksum withpublic void update(byte[] b, int off, int len)
b
- the byte array to update the checksum withoff
- the start offset of the datalen
- the number of bytes to use for the updatepublic long getValue()
public void reset()
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.