97 constructor(
string data, hash<auto> spec, *hash<auto> opts)
98 :
FixedLengthAbstractIterator(
new InputStreamLineIterator(
new StringInputStream(data), data.encoding(), opts.eol, opts.trim), spec, opts);
Structured line iterator for abstract data allowing efficient "pipelined" processing.
Definition: FixedLengthAbstractIterator.qc.dox.h:29
Structured line iterator for fixed-length line strings allowing efficient "pipelined" processing...
Definition: FixedLengthDataIterator.qc.dox.h:62
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module...
Definition: FixedLengthAbstractIterator.qc.dox.h:27
constructor(AbstractLineIterator li, hash< auto > spec, *hash< auto > opts)
Instantiates the FixedLengthAbstractIterator object.