API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.zip. Checksum View Source
Author(s)
David Connelly
Since
Version
1.17, 11/17/05
Serial
Hierarchy
 Checksum
Subinterfaces
Description
public interface Checksum
An interface representing a data checksum.
See also:   
Methods
Hide/Show inherited methods
public long getValue ()
  Returns the current checksum value.
public void reset ()
Resets the checksum to its initial value.
public void update (byte[] b, int off, int len)
  Updates the current checksum with the specified array of bytes.
public void update (int b)
  Updates the current checksum with the specified byte.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar