Package com.jcraft.jzlib
Class Adler32
java.lang.Object
com.jcraft.jzlib.Adler32
- All Implemented Interfaces:
Checksum
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getValue()
void
reset()
void
resetLong
(long init) void
update
(byte[] buf, int index, int len) void
updateByteAsInt
(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:
updateByteAsInt
in interfaceChecksum
-