Class RarCRC

java.lang.Object
com.github.junrar.crc.RarCRC

public class RarCRC extends Object
DOCUMENT ME
  • 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)