|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjxtray.io.WriterStrategy
Field Summary | |
protected java.lang.String |
_fileName
|
Constructor Summary | |
WriterStrategy()
|
Method Summary | |
protected abstract void |
close()
|
java.lang.String |
getName()
Return the writer name. |
protected abstract void |
open()
|
protected abstract void |
write(java.lang.String data)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.String _fileName
Constructor Detail |
public WriterStrategy()
Method Detail |
public java.lang.String getName()
protected abstract void open() throws java.io.IOException
java.io.IOException
protected abstract void close() throws java.io.IOException
java.io.IOException
protected abstract void write(java.lang.String data) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |