Class Adler32
java.lang.Object
com.codename1.io.gzip.Adler32
public final class Adler32
extends java.lang.Object
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Adler32
public Adler32()
-
-
Method Details
-
reset
public void reset(long init) -
reset
public void reset() -
getValue
public long getValue() -
update
public void update(byte[] buf, int index, int len) -
copy
-