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