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

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

1 this.writer.write("\"\"");
2 writer.write("}\n"); // NOI18N
3 writer.write("
4 writer.write("
5 writer.write(" ");
6 writer.write("
*
");
7 schemaFile.write (" unique");
8 writer.write( "
9 this.writer.write(">");
10 fw.write("import com.zentense.step2.*;\n");
11 writer.write("
12 bw.write(" ");
13 myWriter.write("\n");
14 write("
15 out.write(content);
16 out.write(source);
17 out.write(s);
18 writer.write(s); // with the line contents
19 out.write(head);
20 out.write(toSay);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.