com.servingxml.components.flatfile.recordtype
Class DelimitedNamedFieldWriter
java.lang.Object
com.servingxml.components.flatfile.recordtype.DelimitedNamedFieldWriter
- All Implemented Interfaces:
- FlatRecordFieldWriter
public class DelimitedNamedFieldWriter
- extends java.lang.Object
- implements FlatRecordFieldWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelimitedNamedFieldWriter
public DelimitedNamedFieldWriter(int start,
Formatter fieldFormatter,
DefaultValue defaultValueEvaluator,
FlatFileOptions flatFileOptions)
writeField
public void writeField(ServiceContext context,
Flow flow,
RecordOutput recordOutput)
- Specified by:
writeField
in interface FlatRecordFieldWriter
writeField
public void writeField(ServiceContext context,
Flow flow,
Name fieldName,
RecordOutput recordOutput)
- Specified by:
writeField
in interface FlatRecordFieldWriter
writeEndDelimiterTo
public void writeEndDelimiterTo(RecordOutput recordOutput)
- Specified by:
writeEndDelimiterTo
in interface FlatRecordFieldWriter