Package com.github.junrar.crc
Class RarCRC
java.lang.Object
com.github.junrar.crc.RarCRC
DOCUMENT ME
-
Method Summary
Modifier and TypeMethodDescriptionstatic intcheckCrc(int startCrc, byte[] data, int offset, int count) static shortcheckOldCrc(short startCrc, byte[] data, int count)
-
Method Details
-
checkCrc
public static int checkCrc(int startCrc, byte[] data, int offset, int count) -
checkOldCrc
public static short checkOldCrc(short startCrc, byte[] data, int count)
-