Searched refs:resultLength (Results 1 – 1 of 1) sorted by relevance
1580 int resultLength = 0; in concat() local1582 resultLength += (array != null) ? array.length : 0; in concat()1585 byte[] result = new byte[resultLength]; in concat()