83 constructor(
string path, hash<auto> spec, *hash<auto> opts)
96 hash<Qore::StatInfo>
hstat();
Structured line iterator for abstract data allowing efficient "pipelined" processing.
Definition: FixedLengthAbstractIterator.qc.dox.h:29
Structured line iterator for fixed-length line files allowing efficient "pipelined" processing...
Definition: FixedLengthFileIterator.qc.dox.h:68
string getFileName()
Returns the file path/name used to open the file.
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.
hash< Qore::StatInfo > hstat()
Returns a StatInfo hash of the underlying file.
list< auto > stat()
Returns a stat list of the underlying file.
string m_file_path
the path of the file being iterated
Definition: FixedLengthFileIterator.qc.dox.h:73