Package org.teavm.classlib.java.util.zip
Class TCRC32
java.lang.Object
org.teavm.classlib.java.util.zip.TCRC32
- All Implemented Interfaces:
TChecksum
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TCRC32
public TCRC32()
-
-
Method Details
-
getValue
public long getValue() -
reset
public void reset() -
update
public void update(int val) -
update
public void update(byte[] buf) -
update
public void update(byte[] buf, int off, int nbytes)
-