|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An ordered collection of char.
Method Summary | |
void |
appendTo(java.io.Writer writer)
Append the chars to a Writer. |
java.io.Reader |
getReader()
Get a Reader for the chars. |
int |
length()
Returns how many chars there are. |
java.lang.String |
toString()
Returns a String made of the chars. |
Method Detail |
public void appendTo(java.io.Writer writer) throws java.io.IOException
java.io.IOException
public java.io.Reader getReader()
public int length()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |