Package org.teavm.classlib.java.util.zip
Interface TChecksum
public interface TChecksum
-
Method Summary
-
Method Details
-
getValue
long getValue() -
reset
void reset() -
update
void update(byte[] buf, int off, int nbytes) -
update
void update(int val)
-