Structured line iterator for abstract data allowing efficient "pipelined" processing.
Definition: FixedLengthAbstractIterator.qc.dox.h:29
The FixedLengthIterator class allows fixed-length data sources to be iterated on a record basis....
Definition: FixedLengthIterator.qc.dox.h:29
constructor(Qore::StringInputStream input, hash< auto > spec, *hash< auto > opts)
Instantiates the FixedLengthIterator object from a StringInputStream.
constructor(Qore::AbstractLineIterator li, hash< auto > spec, *hash< auto > opts)
Creates the FixedLengthIterator in single-type mode with general line iterator to read and an option ...
constructor(Qore::InputStream input, string encoding='UTF-8', hash< auto > spec, *hash< auto > opts)
Instantiates the FixedLengthIterator object from an InputStream.
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.
Definition: FixedLengthAbstractIterator.qc.dox.h:27