KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > lang > Appendable

java.lang
Interface Appendable

All Known Implementing Classes:
BufferedWriter, CharArrayWriter, CharBuffer, FileWriter, FilterWriter, LogStream, OutputStreamWriter, PipedWriter, PrintStream, PrintWriter, StringBuffer, StringBuilder, StringWriter, Writer
See Also:
Top Examples, Source Code, Formatter

Appendable append(char c)
                  throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Appendable append(CharSequence csq)
                  throws IOException
See Also:
CharBuffer
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Appendable append(CharSequence csq,
                  int start,
                  int end)
                  throws IOException
See Also:
IndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Free Books   Free Magazines  
Popular Tags