API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.util.zip. Adler32 View Source
Author(s)
David Connelly
Since
Version
1.29, 11/17/05
Serial
Hierarchy
 Object
      Adler32
Implements
 Checksum
Subclasses
Description
public class Adler32
  A class that can be used to compute the Adler-32 checksum of a data stream.
See also:    Checksum
Constructors
public Adler32 ()
Creates a new Adler32 object.
Methods
Hide/Show inherited methods
public long getValue () [Specified in Checksum]
Returns checksum value.
public void reset () [Specified in Checksum]
Resets checksum to initial value.
public void update (byte[] b)
Updates checksum with specified array of bytes.
public void update (byte[] b, int off, int len) [Specified in Checksum]
Updates checksum with specified array of bytes.
public void update (int b) [Specified in Checksum]
  Updates checksum with specified byte.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar