com.aiyc.framework.utils
类 ByteArrayUtils

java.lang.Object
  继承者 com.aiyc.framework.utils.ByteArrayUtils

public class ByteArrayUtils
extends Object


构造方法摘要
ByteArrayUtils()
           
 
方法摘要
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.