public class ArrayUtils extends Object
public static byte[] subarray(byte[] data,
int startIndexInclusive,
int endIndexExclusive)
data - byte[]startIndexInclusive - intendIndexExclusive - intpublic static byte[] addAll(byte[] enBytes,
byte... tmpData)
enBytes - byte[]tmpData - bytespublic static byte[] clone(byte[] enBytes)
enBytes - byte[]Copyright © 2020. All Rights Reserved.