Structured abstract writer for fixed-length lines.
Definition: FixedLengthAbstractWriter.qc.dox.h:29
Writer class for fixed-length line string data.
Definition: FixedLengthDataWriter.qc.dox.h:58
string write(hash< auto > line)
Return a single line for a single input record hash.
string write(list< auto > lines)
iterates the input records and returns a string corresponding to the rendered versions of all input r...
string write(Qore::AbstractIterator lines)
iterates the input records and returns a string corresponding to the rendered versions of all input r...
constructor(hash< auto > specs, *hash< auto > opts)
Instantiates the FixedLengthDataWriter object.
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.
Definition: FixedLengthAbstractIterator.qc.dox.h:27