public class ArrayUtil extends Object
| Constructor and Description |
|---|
ArrayUtil() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
add(byte[] arr,
byte... data) |
static int |
binarySearch(byte[] source,
byte[] target)
数组检索
|
static byte[] |
combine(byte[]... bytesArrays)
数组合并
|
public static byte[] combine(byte[]... bytesArrays)
bytesArrays - xxxpublic static int binarySearch(byte[] source,
byte[] target)
source - xxxtarget - xxxpublic static byte[] add(byte[] arr,
byte... data)
Copyright © 2018. All rights reserved.