com.github.junrar.crc
Class RarCRC

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

public class RarCRC
extends Object

DOCUMENT ME

Version:
$LastChangedRevision$
Author:
$LastChangedBy$

Method Summary
static int checkCrc(int startCrc, byte[] data, int offset, int count)
           
static short checkOldCrc(short startCrc, byte[] data, int count)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkCrc

public static int checkCrc(int startCrc,
                           byte[] data,
                           int offset,
                           int count)

checkOldCrc

public static short checkOldCrc(short startCrc,
                                byte[] data,
                                int count)


Copyright © 2012. All Rights Reserved.