Searched refs:readUtf8Line (Results 1 – 7 of 7) sorted by relevance
129 assertEquals("abc", source.readUtf8Line());130 assertEquals("def", source.readUtf8Line());131 assertEquals(null, source.readUtf8Line());136 assertEquals("abc", source.readUtf8Line());137 assertEquals("def", source.readUtf8Line());138 assertEquals(null, source.readUtf8Line());
185 @Override public String readUtf8Line() throws IOException { in readUtf8Line() method in RealBufferedSource192 return buffer.readUtf8Line(newline); in readUtf8Line()203 return buffer.readUtf8Line(newline); in readUtf8LineStrict()
161 String readUtf8Line() throws IOException; in readUtf8Line() method
594 @Override public String readUtf8Line() throws EOFException {601 return readUtf8Line(newline);612 return readUtf8Line(newline);615 String readUtf8Line(long newline) throws EOFException {
88 for (String line; (line = source.readUtf8Line()) != null; ) { in load()
490 assertEquals("ABCDE", bodySource.readUtf8Line()); in testServerPrematureDisconnect()492 bodySource.readUtf8Line(); in testServerPrematureDisconnect()
1194 for (String line; (line = source.readUtf8Line()) != null; ) { in readJournalLines()