OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 77 milliseconds