Package com.jcraft.jzlib
Interface Checksum
interface Checksum
-
Method Summary
-
Method Details
-
update
void update(byte[] buf, int index, int len) -
reset
void reset() -
reset
void reset(long init) -
getValue
long getValue() -
copy
Checksum copy()
-