com.etasoft.trans.transaction
Class axStreamBuffer

java.lang.Object
  extended bycom.etasoft.trans.transaction.axWriterBuffer
      extended bycom.etasoft.trans.transaction.axStreamBuffer

public class axStreamBuffer
extends axWriterBuffer

Output buffer for the text, XML, other stream data.


Field Summary
 
Fields inherited from class com.etasoft.trans.transaction.axWriterBuffer
m_writer
 
Constructor Summary
axStreamBuffer(axWriter writer)
           
 
Method Summary
 void append(java.lang.String output)
          Append string data to be written off.
 void append(java.lang.String section, java.util.HashMap tabElements, boolean prepareSQL)
          Append field data to be written off.
 void close()
          Close write buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

axStreamBuffer

public axStreamBuffer(axWriter writer)
Method Detail

close

public void close()
Close write buffer.

Overrides:
close in class axWriterBuffer

append

public void append(java.lang.String output)
            throws axException
Append string data to be written off.

Specified by:
append in class axWriterBuffer
Throws:
axException

append

public void append(java.lang.String section,
                   java.util.HashMap tabElements,
                   boolean prepareSQL)
            throws axException
Append field data to be written off.

Specified by:
append in class axWriterBuffer
Throws:
axException