Searched refs:bAvail (Results 1 – 1 of 1) sorted by relevance
393 int readResults(byte[] b, int bPos, int bAvail) { in readResults() argument395 int len = Math.min(avail(), bAvail); in readResults()