Package com.jcraft.jzlib
Interface Checksum
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Checksum
copy()
long
getValue()
void
reset()
void
reset(long init)
void
update(byte[] buf, int index, int len)
-
-
-
Method Detail
-
update
void update(byte[] buf, int index, int len)
-
reset
void reset()
-
reset
void reset(long init)
-
getValue
long getValue()
-
copy
Checksum copy()
-
-