private class StringFormatter.Appendable_Intern
extends java.lang.Object
implements java.lang.Appendable
StringFormatter.pos_++| Constructor and Description | 
|---|
| Appendable_Intern() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Appendable | append(char c)Appends to internal buffer on  StringFormatter.pos_++. | 
| java.lang.Appendable | append(java.lang.CharSequence csq)Not implemented, do not call | 
| java.lang.Appendable | append(java.lang.CharSequence csq,
      int start,
      int end)Not implemented, do not call | 
public java.lang.Appendable append(java.lang.CharSequence csq)
                            throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic java.lang.Appendable append(java.lang.CharSequence csq,
                                   int start,
                                   int end)
                            throws java.io.IOException
append in interface java.lang.Appendablejava.io.IOExceptionpublic java.lang.Appendable append(char c)
                            throws java.io.IOException
StringFormatter.pos_++.
 Only internal usage, it should be StringFormatter.prepareBufferPos(int) before!append in interface java.lang.Appendablejava.io.IOException