Home | History | Annotate | Download | only in io

Lines Matching defs:append

77         buf.append((char) c);
94 buf.append(cbuf, off, len);
101 buf.append(str);
112 buf.append(str.substring(off, off + len));
118 * <p> An invocation of this method of the form <tt>out.append(csq)</tt>
131 * The character sequence to append. If <tt>csq</tt> is
139 public StringWriter append(CharSequence csq) {
150 * <p> An invocation of this method of the form <tt>out.append(csq, start,
179 public StringWriter append(CharSequence csq, int start, int end) {
188 * <p> An invocation of this method of the form <tt>out.append(c)</tt>
195 * The 16-bit character to append
201 public StringWriter append(char c) {