de.vdheide.utils
Class CRC

java.lang.Object
  extended byde.vdheide.utils.CRC

public class CRC
extends java.lang.Object

Utility class for CRC calculations.

Author:
Jens Vonderheide

Method Summary
static int crc32(short[] in)
          Calcute CRC-32 from an array of bytes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

crc32

public static int crc32(short[] in)
Calcute CRC-32 from an array of bytes

Parameters:
in - data to calculate CRC-32 of
Returns:
CRC-32 value