Home
last modified time | relevance | path

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

/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DBufferedSource.java144 String readUtf8() throws IOException; in readUtf8() method
150 String readUtf8(long byteCount) throws IOException; in readUtf8() method
DRealBufferedSource.java163 @Override public String readUtf8() throws IOException { in readUtf8() method in RealBufferedSource
168 @Override public String readUtf8(long byteCount) throws IOException { in readUtf8() method in RealBufferedSource
/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