All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.lzo.Adler32
Note: as of JDK 1.1 you should use java.util.zip.Adler32
instead - it is fully equivalent and much faster than this
pure Java implementation.
public Adler32()
public void reset()
public long getValue()
public void update(int b)
public void update(byte b[], int off, int len)
public void update(byte b[])
All Packages Class Hierarchy This Package Previous Next Index