Searched refs:writeTo (Results 1 – 13 of 13) sorted by relevance
100 bos.writeTo(sos); in test_writeToLjava_io_OutputStream()107 bos.writeTo(sos); in test_writeToLjava_io_OutputStream()
78 cw.writeTo(sw); in test_writeToLjava_io_Writer()86 cw.writeTo(ssw); in test_writeToLjava_io_Writer()
34 a.writeTo(b); in testByteArrayOutputStream()
30 a.writeTo(b); in testCharArrayWriter()
204 bos.writeTo(bos2); in test_writeToLjava_io_OutputStream()210 new ByteArrayOutputStream().writeTo(new FileOutputStream( in test_writeToLjava_io_OutputStream()
174 cw.writeTo(sw); in test_writeToLjava_io_Writer()
41 public synchronized void writeTo(@libcore.util.NonNull java.io.OutputStream out) throws java.io.IOE… in writeTo() method in ByteArrayOutputStream
242 ((JSONArray) value).writeTo(this); in value()246 ((JSONObject) value).writeTo(this); in value()
587 writeTo(stringer); in toString()608 writeTo(stringer); in toString()613 void writeTo(JSONStringer stringer) throws JSONException { in writeTo() method in JSONArray
708 writeTo(stringer); in toString()732 writeTo(stringer); in toString()737 void writeTo(JSONStringer stringer) throws JSONException { in writeTo() method in JSONObject
166 public synchronized void writeTo(OutputStream out) throws IOException { in writeTo() method in ByteArrayOutputStream
135 public void writeTo(Writer out) throws IOException { in writeTo() method in CharArrayWriter
1328 method public void writeTo(@NonNull java.io.OutputStream) throws java.io.IOException;1358 method public void writeTo(java.io.Writer) throws java.io.IOException;