|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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 withvoid 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()
|
Java™ Platform Standard Ed. 6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2015, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
Scripting on this page tracks web page traffic, but does not change the content in any way.