com.judoscript.util
Class CRC
java.lang.Object
com.judoscript.util.CRC
public class CRC
- extends java.lang.Object
Constructor Summary |
CRC()
|
Method Summary |
static int |
crc32(byte[] data)
|
static int |
crc32(byte[] data,
int offset)
|
static int |
crc32(byte[] data,
int offset,
int len)
|
static int |
crc32(byte[] data,
int offset,
int len,
int oldCRC)
|
static int |
crc32(java.lang.Object src)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRC
public CRC()
crc32
public static int crc32(java.lang.Object src)
throws java.io.IOException
- Throws:
java.io.IOException
crc32
public static int crc32(byte[] data)
crc32
public static int crc32(byte[] data,
int offset)
crc32
public static int crc32(byte[] data,
int offset,
int len)
crc32
public static int crc32(byte[] data,
int offset,
int len,
int oldCRC)