Searched refs:commandSize (Results 1 – 1 of 1) sorted by relevance
397 int commandSize = (aid == null ? 0 : aid.length) + 5; in select() local398 byte[] selectCommand = new byte[commandSize]; in select()