net.sf.retrotranslator.runtime.java.lang
Interface Appendable_
public interface Appendable_
- Author:
- Taras Puchko
Method Summary |
java.lang.Appendable |
append(char c)
|
java.lang.Appendable |
append(java.lang.CharSequence csq)
|
java.lang.Appendable |
append(java.lang.CharSequence csq,
int start,
int end)
|
append
java.lang.Appendable append(java.lang.CharSequence csq)
throws java.io.IOException
- Throws:
java.io.IOException
append
java.lang.Appendable append(java.lang.CharSequence csq,
int start,
int end)
throws java.io.IOException
- Throws:
java.io.IOException
append
java.lang.Appendable append(char c)
throws java.io.IOException
- Throws:
java.io.IOException