Package com.jcraft.jzlib
Class Adler32
java.lang.Object
com.jcraft.jzlib.Adler32
- All Implemented Interfaces:
Checksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetValue()voidreset()voidresetLong(long init) voidupdate(byte[] buf, int index, int len) voidupdateByteAsInt(int b)
-
Constructor Details
-
Adler32
public Adler32()
-
-
Method Details
-
resetLong
public void resetLong(long init) -
reset
public void reset() -
getValue
public long getValue() -
update
public void update(byte[] buf, int index, int len) -
updateByteAsInt
public void updateByteAsInt(int b) - Specified by:
updateByteAsIntin interfaceChecksum
-