OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:readUtf8Line
(Results
1 - 4
of
4
) 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/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheTest.java
487
assertEquals("ABCDE", bodySource.
readUtf8Line
());
489
bodySource.
readUtf8Line
();
[
all
...]
/prebuilts/tools/common/m2/repository/com/squareup/okio/okio/1.6.0/
okio-1.6.0.jar
Completed in 302 milliseconds