Searched defs:concatByteArrays (Results 1 – 2 of 2) sorted by relevance
26 public static byte[] concatByteArrays(byte[]... arrays) { in concatByteArrays() method in ArrayUtils
205 public static byte[] concatByteArrays(@Nullable byte[] a, @Nullable byte[] b) { in concatByteArrays() method in CarServiceUtils