Searched defs:joinByteArrays (Results 1 – 2 of 2) sorted by relevance
23 public static byte[] joinByteArrays(byte[] firstArray, byte[] secondArray) { in joinByteArrays() method in ByteUtilities
174 public static byte[] joinByteArrays(byte[]... byteArrays) { in joinByteArrays() method in TestUtil