Method write(String s)
Return type: void
Member of: java.io.PrintWriter
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 write(lineSeparator);
2 Writer().write(s);
3 writer.write( "Enclosed exception: " );
4 writer.write( "Enclosed exception: " );
5 writer.write("");
6 wri.write("\n");
7 writer.write("");
8 _pw.write( text );
9 this.pw.write(s);
10 out.write(createStartTag());
11 ps.write(bm.toXML(tab));
12 out.write(currentXML);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.