115 write(hash<auto> line);
133 write(list<auto> lines);
StreamWriter output
the output stream for the fixed-length data
Definition: FixedLengthWriter.qc.dox.h:72
write(hash< auto > line)
Renders a single line for a single input record hash to the output stream.
constructor(Qore::OutputStream output, hash< auto > specs, *hash< auto > opts)
Instantiates the FixedLengthWriter object.
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
Writer for fixed-length line output data.
Definition: FixedLengthWriter.qc.dox.h:67