Package de.businesscode.bcdui.wrs.export
Class CsvDataWriter
java.lang.Object
de.businesscode.bcdui.wrs.load.AbstractDataWriter
de.businesscode.bcdui.wrs.export.CsvDataWriter
- All Implemented Interfaces:
IDataWriter
-
Field Summary
Fields inherited from class de.businesscode.bcdui.wrs.load.AbstractDataWriter
rowCounter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.businesscode.bcdui.wrs.load.AbstractDataWriter
getColumnsCount, getDuration, getGenerator, getOptions, getRequestDocRoot, getResultSet, getResultSetMetaData, getRowCount, isEscapeXMLType, setEscapeXMLType, writeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.businesscode.bcdui.wrs.load.IDataWriter
getColumnsCount, getRowCount, write
-
Constructor Details
-
CsvDataWriter
public CsvDataWriter()
-
-
Method Details
-
getLazyStream
getLazyStream This method called only once.- Returns:
- the output stream.
- Throws:
Exception
-
write
Description copied from class:AbstractDataWriterreplace the write method from interface- Specified by:
writein classAbstractDataWriter- Throws:
Exception- See Also:
-
close
Description copied from interface:IDataWriterclose the destination resource- Specified by:
closein interfaceIDataWriter- Throws:
Exception- See Also:
-