Java in a Nutshell Online Quick Reference for Java 1.1

CLASS java.util.zip.Adler32

Availability: JDK 1.1

public class Adler32 extends Object implements Checksum {
   // Default Constructor: public Adler32()
   // Public Instance Methods
      public long getValue();
      public void reset();
      public void update(int b);
      public native void update(byte[] b, int off, int len);
      public void update(byte[] b);
}

Java in a Nutshell Online Quick Reference for Java 1.1
Created by David Flanagan. Copyright © 1997 by O'Reilly & Associates.