|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.io.Writer
java.io.StringWriter
com.ricebridge.data.TextWriter
Converts the contents of a StringWriter into a Text object.
| Field Summary |
| Fields inherited from class java.io.Writer |
lock |
| Constructor Summary | |
TextWriter()
Create an empty text value. |
|
TextWriter(Text pText)
Use an existing text value. |
|
| Method Summary | |
void |
close()
Close the parent StringWriter and set the text to the closing string value. |
Text |
getText()
Set the text value using the current contents of the parent StringWriter. |
| Methods inherited from class java.io.StringWriter |
flush, getBuffer, toString, write, write, write, write |
| Methods inherited from class java.io.Writer |
write |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TextWriter()
public TextWriter(Text pText)
pText - text value| Method Detail |
public Text getText()
StringWriter.
public void close()
throws IOException
StringWriter and set the text to the closing string value.
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||