com.aiyc.framework.utils
类 ByteArrayUtils
java.lang.Object
com.aiyc.framework.utils.ByteArrayUtils
public class ByteArrayUtils
- extends Object
|
方法摘要 |
static int |
checkSum(byte[] abyte0)
|
static int |
compare(byte[] abyte0,
byte[] abyte1,
int i)
|
static int |
indexOf(byte[] abyte0,
byte[] abyte1)
|
static int |
indexOf(byte[] abyte0,
byte[] abyte1,
int i)
|
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ByteArrayUtils
public ByteArrayUtils()
compare
public static int compare(byte[] abyte0,
byte[] abyte1,
int i)
indexOf
public static int indexOf(byte[] abyte0,
byte[] abyte1)
indexOf
public static int indexOf(byte[] abyte0,
byte[] abyte1,
int i)
checkSum
public static int checkSum(byte[] abyte0)
Copyright © 2017. All Rights Reserved.