 |
Qore FixedLengthUtil Module Reference
1.2
|
86 string write(list<auto> lines);
121 string write(hash<auto> line);
string write(list< auto > 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
Writer class for fixed-length line string data.
Definition: FixedLengthDataWriter.qc.dox.h:58
Structured abstract writer for fixed-length lines.
Definition: FixedLengthAbstractWriter.qc.dox.h:29