Package arc.util.io
Class CRC
java.lang.Object
arc.util.io.CRC
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
void
init()
void
update
(byte[] data) void
update
(byte[] data, int offset, int size) void
updateByte
(int b)
-
Field Details
-
table
public static int[] table
-
-
Constructor Details
-
CRC
public CRC()
-
-
Method Details
-
init
public void init() -
update
public void update(byte[] data, int offset, int size) -
update
public void update(byte[] data) -
updateByte
public void updateByte(int b) -
getDigest
public int getDigest()
-