public class MadonaWriter extends FileColumnWriter
Constructor and Description |
---|
MadonaWriter(List<String> headerInfoLines)
Default constructor.
|
MadonaWriter(List<String> headerInfoLines,
int colPrec)
Constructor with format size.
|
Modifier and Type | Method and Description |
---|---|
void |
writeHeader(List<ColumnInfo> columnInfoList)
Abstract method for writing specified header for a based column text file.
|
addColumns, close, createFile, writeColumns, writeColumns, writeLine, writeLine
public MadonaWriter(List<String> headerInfoLines)
headerInfoLines
- information lines to include in the madona header.public final void writeHeader(List<ColumnInfo> columnInfoList)
writeHeader
in class FileColumnWriter
columnInfoList
- list containing the list of column definitions.Copyright © 2024. All rights reserved.