Searched refs:newcount (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/output/
H A DByteArrayOutputStream.java105 * @param newcount the size of the buffer if one is created
107 private void needNewBuffer(int newcount) { argument
118 newBufferSize = newcount;
123 newcount - filledBufferSum);
151 int newcount = count + len;
159 needNewBuffer(newcount);
163 count = newcount;

Completed in 60 milliseconds