Package com.jcraft.jzlib
Interface Checksum
public interface Checksum
-
Method Summary
Modifier and TypeMethodDescriptionlonggetValue()voidreset()voidresetLong(long init) voidupdate(byte[] buf, int index, int len) voidupdateByteAsInt(int b)
-
Method Details
-
update
void update(byte[] buf, int index, int len) -
reset
void reset() -
resetLong
void resetLong(long init) -
getValue
long getValue() -
updateByteAsInt
void updateByteAsInt(int b)
-