API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.lang. Appendable View Source
Author(s)
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Appendable
Subinterfaces
Description
public interface Appendable
  An object to which char sequences and values can be appended.
See also:   
Methods
Hide/Show inherited methods
public Appendable append (char c) throws IOException
  Appends the specified character to this Appendable.
public Appendable append (CharSequence csq) throws IOException
  Appends the specified character sequence to this Appendable.
public Appendable append (CharSequence csq, int start, int end) throws IOException
  Appends a subsequence of the specified character sequence to this Appendable.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar