|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Chars
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 |
---|
void appendTo(java.io.Writer writer) throws java.io.IOException
java.io.IOException
java.io.Reader getReader()
int length()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |