Searched defs:readUtf8 (Results 1 – 3 of 3) sorted by relevance
78 String readUtf8(long byteCount) throws IOException; in readUtf8() method
78 @Override public String readUtf8(long byteCount) throws IOException { in readUtf8() method in RealBufferedSource
81 private String readUtf8(OkBuffer buffer) { in readUtf8() method in InflaterSourceTest