Class RarCRC
java.lang.Object
com.github.junrar.crc.RarCRC
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intcheckCrc(int startCrc, byte[] data, int offset, int count) static shortcheckOldCrc(short startCrc, byte[] data, int count)
-
Field Details
-
crcTab
private static final int[] crcTab
-
-
Constructor Details
-
RarCRC
private RarCRC()
-
-
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)
-