Method write(char[] buf, int off, int len)
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 this.pw.write(buf, off, len);
2 writer.write(buffer, 0, len);
3 out.write( buff, 0, count );
4 pw.write(cdata, 0, j);
5 pw.write(cdata, 0, j);
6 Writer().write(buf, off, len);
7 printWriter.write(charArray, offset, count);
8 _writer.write(buffer, offset, length);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.