Searched refs:readPos (Results 1 – 1 of 1) sorted by relevance
62 int readPos = 0; in parse() local70 int amt = input.read(buf, readPos, buf.length-readPos); in parse()73 amt = readPos; in parse()77 amt += readPos; in parse()83 int index = readPos; in parse()84 int escapeIndex = escaping ? readPos : -1; in parse()157 readPos = (escaping ? escapeIndex : index) - fieldStart; in parse()158 System.arraycopy(buf, fieldStart, buf, 0, readPos); in parse()160 readPos = 0; in parse()165 fields.add(new String(buf, 0, readPos)); in parse()