Searched refs:tempCount (Results 1 – 1 of 1) sorted by relevance
121 int tempCount = 0; in decode() local133 tempData[tempCount++] = b; in decode()135 byte[] retData = new byte[tempCount]; in decode()136 System.arraycopy(tempData, 0, retData, 0, tempCount); in decode()