com.alipay.remoting.util
Class CrcUtil
java.lang.Object
com.alipay.remoting.util.CrcUtil
public class CrcUtil
- extends Object
CRC32 utility.
|
Method Summary |
static int |
crc32(byte[] array)
Compute CRC32 code for byte[]. |
static int |
crc32(byte[] array,
int offset,
int length)
Compute CRC32 code for byte[]. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CrcUtil
public CrcUtil()
crc32
public static final int crc32(byte[] array)
- Compute CRC32 code for byte[].
- Parameters:
array -
- Returns:
crc32
public static final int crc32(byte[] array,
int offset,
int length)
- Compute CRC32 code for byte[].
- Parameters:
array - offset - length -
- Returns:
Copyright © 2018. All rights reserved.