public class ExtendedAppendable
extends java.lang.Object
implements java.lang.Appendable
| Constructor and Description |
|---|
ExtendedAppendable(java.lang.Appendable appendable) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedAppendable |
append(boolean b) |
ExtendedAppendable |
append(char c) |
ExtendedAppendable |
append(java.lang.CharSequence csq) |
ExtendedAppendable |
append(java.lang.CharSequence csq,
int start,
int end) |
ExtendedAppendable |
append(int i) |
public ExtendedAppendable append(java.lang.CharSequence csq) throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic ExtendedAppendable append(java.lang.CharSequence csq, int start, int end) throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic ExtendedAppendable append(char c) throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic ExtendedAppendable append(boolean b) throws java.io.IOException
java.io.IOExceptionpublic ExtendedAppendable append(int i) throws java.io.IOException
java.io.IOException