Package com.jcraft.jzlib
Interface Checksum
public interface Checksum
-
Method Summary
Modifier and TypeMethodDescriptionlong
getValue()
void
reset()
void
resetLong
(long init) void
update
(byte[] buf, int index, int len) void
updateByteAsInt
(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)
-