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