HomeSort by relevance Sort by last modified time
    Searched defs:readUtf8Line (Results 1 - 5 of 5) sorted by null

  /external/okhttp/okio/okio/src/main/java/okio/
BufferedSource.java 161 String readUtf8Line() throws IOException;
RealBufferedSource.java 185 @Override public String readUtf8Line() throws IOException {
192 return buffer.readUtf8Line(newline);
203 return buffer.readUtf8Line(newline);
  /external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
BufferedSource.java 163 String readUtf8Line() throws IOException;
RealBufferedSource.java 186 @Override public String readUtf8Line() throws IOException {
193 return buffer.readUtf8Line(newline);
204 return buffer.readUtf8Line(newline);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java 507 assertEquals("ABCDE", bodySource.readUtf8Line());
509 bodySource.readUtf8Line();
    [all...]

Completed in 180 milliseconds