Method write(String str)
Return type: void
Member of:
java.io.StringWriter
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
cleanup.write (";\n\n");
2
write("=\"");
3
write("");
4
sw.write(" Reason: ");
5
this.xmlSource.write(" ");
6
sw.write("{");
7
s2.write("
8
ww.write("Concerning ");
9
_writer.write( text );
10
writer.write("\r\n"); // NOI18N
11
buffer.write(line+sep);
12
cleanup.write (getDropSeqStmt (currentClass));
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.