86 constructor(
string file_name, hash<auto> specs, *hash<auto> opts) ;
Structured abstract writer for fixed-length lines.
Definition: FixedLengthAbstractWriter.qc.dox.h:29
Writer for fixed-length line output files.
Definition: FixedLengthFileWriter.qc.dox.h:69
write(list< auto > lines)
iterates the input records and writes rendered versions of all input records to the file
string file
file name
Definition: FixedLengthFileWriter.qc.dox.h:74
constructor(string file_name, hash< auto > specs, *hash< auto > opts)
Instantiates the FixedLengthFileWriter object.
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)
write(Qore::AbstractIterator lines)
iterates the input records and writes rendered versions of all input records to the file
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.
Definition: FixedLengthAbstractIterator.qc.dox.h:27