com.taobao.metamorphosis.utils
类 CheckSum
java.lang.Object
com.taobao.metamorphosis.utils.CheckSum
public class CheckSum
- extends Object
Checksum计算器
- 作者:
- boyan
方法摘要 |
static int |
crc32(byte[] array)
|
static int |
crc32(byte[] array,
int offset,
int length)
|
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckSum
public CheckSum()
crc32
public static final int crc32(byte[] array)
crc32
public static final int crc32(byte[] array,
int offset,
int length)
Copyright © 2010–2013. All rights reserved.