Package com.github.junrar.crc
Class RarCRC
- java.lang.Object
-
- com.github.junrar.crc.RarCRC
-
public class RarCRC extends java.lang.ObjectDOCUMENT ME- Version:
- $LastChangedRevision$
-
-
Field Summary
Fields Modifier and Type Field Description private static int[]crcTab
-
Constructor Summary
Constructors Modifier Constructor Description privateRarCRC()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intcheckCrc(int startCrc, byte[] data, int offset, int count)static shortcheckOldCrc(short startCrc, byte[] data, int count)
-