Searched refs:fillBuf (Results 1 – 2 of 2) sorted by relevance
140 private int fillBuf() throws IOException { in fillBuf() method in BufferedReader263 if (pos < end || fillBuf() != -1) { in readChar()333 if (fillBuf() == -1) { in read()351 if ((pos != end || fillBuf() != -1) && buf[pos] == '\n') { in chompNewline()397 if (fillBuf() == -1) { in readLine()488 if (fillBuf() == -1) { in skip()
161 fillBuf(); in readLine()186 fillBuf(); in readLine()234 private void fillBuf() throws IOException { in fillBuf() method in StrictLineReader