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

  /external/okhttp/okio/src/main/java/okio/
BufferedSink.java 44 BufferedSink writeUtf8(String string) throws IOException;
RealBufferedSink.java 53 @Override public BufferedSink writeUtf8(String string) throws IOException {
55 buffer.writeUtf8(string);

Completed in 625 milliseconds