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
constructor(Qore::OutputStream output, hash< auto > specs, *hash< auto > opts)
Instantiates the FixedLengthWriter object.
write(list< auto > lines)
iterates the input records and writes rendered versions of all input records to the output stream
write(hash< auto > line)
Renders a single line for a single input record hash to the output stream.
StreamWriter output
the output stream for the fixed-length data
Definition FixedLengthWriter.qc.dox.h:72
write(Qore::AbstractIterator lines)
iterates the input records and writes rendered versions of all input records to the output stream
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.
Definition FixedLengthAbstractIterator.qc.dox.h:27