Please note that this translation of the specification is the result of a java.net community project ( https://jdk5-api-pt-br.dev.java.net/ ). The official version of the specification is the US English language version which can be found at http://java.sun.com/j2se/1.5.0/docs/api/. In case of disputes, the authoritative version of the specification is the original, English document.
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Checksum
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 |
|---|
void update(int b)
b - the byte to update the checksum with
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 updatelong getValue()
void reset()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Copyright 2006 Sun Microsystems, Inc. Todos os direitos reservados. O uso está sujeito aos termos da licensa.