Searched refs:readUtf8Line (Results 1 – 7 of 7) sorted by relevance
133 assertEquals("abc", source.readUtf8Line());134 assertEquals("def", source.readUtf8Line());135 assertEquals(null, source.readUtf8Line());140 assertEquals("abc", source.readUtf8Line());141 assertEquals("def", source.readUtf8Line());142 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 {
89 for (String line; (line = source.readUtf8Line()) != null; ) { in load()
487 assertEquals("ABCDE", bodySource.readUtf8Line()); in testServerPrematureDisconnect()489 bodySource.readUtf8Line(); in testServerPrematureDisconnect()
1194 for (String line; (line = source.readUtf8Line()) != null; ) { in readJournalLines()