Searched defs:arr1 (Results 1 – 2 of 2) sorted by relevance
39 public static byte[] concat(byte[] arr1, byte[] arr2) { in concat()44 public static byte[] concat(byte[] arr1, int offset1, int len1, byte[] arr2, int offset2, in concat()70 public static int[] concat(int[] arr1, int[] arr2) { in concat()
43 boolean arrayCompare(byte[] arr1, byte[] arr2) { in arrayCompare()