|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axWriter
Generic Writer.
Constructor Summary | |
axWriter()
Open writer. |
Method Summary | |
abstract void |
close()
Used. |
abstract void |
open(java.lang.String filePath,
axInputParameters inputParams)
Open writer. |
void |
write(char[] cbuf)
Overwrite for file and character based output. |
void |
write(java.lang.String section,
java.util.HashMap hashMap,
boolean prepareSQL)
Overwrite for database processing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axWriter() throws axException
Method Detail |
public abstract void open(java.lang.String filePath, axInputParameters inputParams) throws axException
axException
public abstract void close() throws axException
axException
public void write(char[] cbuf) throws axException
axException
public void write(java.lang.String section, java.util.HashMap hashMap, boolean prepareSQL) throws axException
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |