com.etasoft.trans.transaction
Class axStreamBuffer
java.lang.Object
com.etasoft.trans.transaction.axWriterBuffer
com.etasoft.trans.transaction.axStreamBuffer
- public class axStreamBuffer
- extends axWriterBuffer
Output buffer for the text, XML, other stream data.
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 |
axStreamBuffer
public axStreamBuffer(axWriter writer)
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