Searched refs:tempCount (Results 1 – 1 of 1) sorted by relevance
140 int tempCount = 0; in decode() local151 tempData[tempCount++] = b; in decode()153 byte[] retData = new byte[tempCount]; in decode()154 System.arraycopy(tempData, 0, retData, 0, tempCount); in decode()