Home
last modified time | relevance | path

Searched defs:readUtf8 (Results 1 – 2 of 2) sorted by relevance

/external/okhttp/okio/okio/src/main/java/okio/
DBufferedSource.java142 String readUtf8() throws IOException; in readUtf8() method
148 String readUtf8(long byteCount) throws IOException; in readUtf8() method
DRealBufferedSource.java162 @Override public String readUtf8() throws IOException { in readUtf8() method in RealBufferedSource
167 @Override public String readUtf8(long byteCount) throws IOException { in readUtf8() method in RealBufferedSource