com.etasoft.trans.io
Class axFileWriter

java.lang.Object
  extended bycom.etasoft.trans.io.axWriter
      extended bycom.etasoft.trans.io.axFileWriter

public class axFileWriter
extends axWriter

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

axFileWriter

public axFileWriter(java.lang.String filePath,
                    axInputParameters inputParams)
             throws axException
Open output writer. filePath example C:/test/trans/README.htm

Method Detail

open

public void open(java.lang.String filePath,
                 axInputParameters inputParams)
          throws axException
Open writer.

Specified by:
open in class axWriter
Throws:
axException

close

public void close()
           throws axException
Close output writer.

Specified by:
close in class axWriter
Throws:
axException

write

public void write(char[] cbuf)
           throws axException
Used.

Overrides:
write in class axWriter
Throws:
axException

write

public void write(java.lang.String section,
                  java.util.HashMap tabFields,
                  boolean prepareSQL)
           throws axException
Write section and related elements or fields.

Overrides:
write in class axWriter
Throws:
axException