public class ArraysTool extends Object
| 构造器和说明 |
|---|
ArraysTool() |
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
arrayEquals(byte[] array1,
byte[] array2) |
static byte[] |
concatenate(byte[]... arrays)
按照传入的顺序拼接数组为一个包含所有数组的大数组
Splices the array into a large array containing all of the arrays in the incoming order.
|
static boolean |
isEmptyOrNull(byte[] bytes) |
public static final byte[] concatenate(byte[]... arrays)
arrays - 想要拼接的数组集合、A collection of arrays that you want to concatenate.public static final boolean isEmptyOrNull(byte[] bytes)
public static boolean arrayEquals(byte[] array1,
byte[] array2)
Copyright © 2021. All rights reserved.