| Package | Description | 
|---|---|
| net.sf.flatpack.writer | 
 Provides some Writers to export a DataSet to a fixed length or delimited format. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WriterOptions | 
WriterOptions.autoPrintHeader(boolean autoPrintHeader)
When this is set to true, the addRecordEntry(column, value) will throw an exception. 
 | 
static WriterOptions | 
WriterOptions.getInstance()
Returns a DelimiterWriterOptions instance 
 | 
WriterOptions | 
WriterOptions.setLineSeparator(String lineSeparator)
Set the line separator. 
 | 
WriterOptions | 
WriterOptions.setReplaceCarriageReturnWith(String replaceCarriageReturnWith)
Set the string to replace the CR with. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Writer | 
DelimiterWriterFactory.createWriter(Writer out,
            WriterOptions options)  | 
| Constructor and Description | 
|---|
DelimiterWriter(Map columnMapping,
               Writer output,
               char delimiter,
               char qualifier,
               WriterOptions options)  | 
Copyright © 2006–2021 Appendium - Portfolio Financing Platform. All rights reserved.