Searched refs:toWriter (Results 1 – 4 of 4) sorted by relevance
69 public void toWriter(Writer fw) { in toWriter() method in FileStringBuffer180 fsb.toWriter(actualWriter); in main()
7 void toWriter(Writer fw); in toWriter() method
363 public void toWriter(Writer fw) { in toWriter() method in XMLStringBuffer364 m_buffer.toWriter(fw); in toWriter()
117 xsb.toWriter(w); in writeUtf8File()