com.etasoft.trans.io
Class axWriter

java.lang.Object
  extended bycom.etasoft.trans.io.axWriter
Direct Known Subclasses:
axCustomOutputBuffer, axFileWriter, axFtpWriter, axHttpWriter, axJdbcWriter

public abstract class axWriter
extends java.lang.Object

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

axWriter

public axWriter()
         throws axException
Open writer.

Method Detail

open

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

Throws:
axException

close

public abstract void close()
                    throws axException
Used.

Throws:
axException

write

public void write(char[] cbuf)
           throws axException
Overwrite for file and character based output.

Throws:
axException

write

public void write(java.lang.String section,
                  java.util.HashMap hashMap,
                  boolean prepareSQL)
           throws axException
Overwrite for database processing.

Throws:
axException