Home | History | Annotate | Download | only in output

Lines Matching refs:write

44      * @param idx The character to write
46 public void write(int idx) {
52 * @param chr The characters to write
54 public void write(char[] chr) {
60 * @param chr The characters to write
62 * @param end The number of characters to write
64 public void write(char[] chr, int st, int end) {
70 * @param str The string to write
72 public void write(String str) {
78 * @param str The string to write
80 * @param end The number of characters to write
82 public void write(String str, int st, int end) {