|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jcetaglib.tools.safeText
Object containing text that can be removed from memory by calling clearText() method
Constructor Summary | |
safeText()
|
Method Summary | |
void |
clearText()
Wipe text from memory |
java.lang.StringBuffer |
getText()
Retrieve text |
void |
setText(byte[] safetext)
Set text |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public safeText()
Method Detail |
public void setText(byte[] safetext) throws java.lang.Exception
safetext
- byte[] byte array of text
java.lang.Exception
- for all errorspublic java.lang.StringBuffer getText() throws java.lang.Exception
java.lang.Exception
- for all errorspublic void clearText() throws java.lang.Exception
java.lang.Exception
- for all errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |