|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.etasoft.trans.io.axWriter
com.etasoft.trans.io.axFileWriter
File Writer.
Constructor Summary | |
axFileWriter(java.lang.String filePath,
axInputParameters inputParams)
Open output writer. |
Method Summary | |
void |
close()
Close output writer. |
void |
open(java.lang.String filePath,
axInputParameters inputParams)
Open writer. |
void |
write(char[] cbuf)
Used. |
void |
write(java.lang.String section,
java.util.HashMap tabFields,
boolean prepareSQL)
Write section and related elements or fields. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public axFileWriter(java.lang.String filePath, axInputParameters inputParams) throws axException
Method Detail |
public void open(java.lang.String filePath, axInputParameters inputParams) throws axException
open
in class axWriter
axException
public void close() throws axException
close
in class axWriter
axException
public void write(char[] cbuf) throws axException
write
in class axWriter
axException
public void write(java.lang.String section, java.util.HashMap tabFields, boolean prepareSQL) throws axException
write
in class axWriter
axException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |