java.lang
Interface Appendable

All Known Implementing Classes:
BufferedWriter, CharArrayWriter, FileWriter, FilterWriter, OutputStreamWriter, PrintStream, PrintWriter, StringBuilder, StringWriter, Writer


public interface Appendable


Method Summary
 Appendable append(char c)
           
 Appendable append(CharSequence csq)
           
 Appendable append(CharSequence csq, int start, int end)
           
 

Method Detail

append

Appendable append(char c)
                  throws IOException
Throws:
IOException

append

Appendable append(CharSequence csq)
                  throws IOException
Throws:
IOException

append

Appendable append(CharSequence csq,
                  int start,
                  int end)
                  throws IOException
Throws:
IOException