86 constructor(
string file_name, hash<auto> specs, *hash<auto> opts)
124 write(hash<auto> line);
142 write(list<auto> lines);
string file
file name
Definition: FixedLengthFileWriter.qc.dox.h:74
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module...
Definition: FixedLengthAbstractIterator.qc.dox.h:27
Structured abstract writer for fixed-length lines.
Definition: FixedLengthAbstractWriter.qc.dox.h:29
write(hash< auto > line)
Renders a single line for a single input record hash to the output file.
string getFileName()
Return the file name (including path, if used)
constructor(string file_name, hash< auto > specs, *hash< auto > opts)
Instantiates the FixedLengthFileWriter object.
Writer for fixed-length line output files.
Definition: FixedLengthFileWriter.qc.dox.h:69