Searched refs:totalLength (Results 1 – 1 of 1) sorted by relevance
161 int totalLength = first.length; in ConcatArrays() local163 totalLength += array.length; in ConcatArrays()165 byte[] result = Arrays.copyOf(first, totalLength); in ConcatArrays()