|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.format.parser.chars.ImmutableChars
Constructor Summary | |
ImmutableChars(java.lang.String s)
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ImmutableChars(java.lang.String s)
Method Detail |
public void appendTo(java.io.Writer writer) throws java.io.IOException
Chars
java.io.IOException
public java.io.Reader getReader()
Chars
public int length()
Chars
public java.lang.String toString()
Chars
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |