 |
Qore FixedLengthUtil Module Reference
1.2
|
83 constructor(
string path, hash<auto> spec, *hash<auto> opts)
list< auto > stat()
Returns a stat list of the underlying file.
hash< Qore::StatInfo > hstat()
Returns a StatInfo hash of the underlying file.
string getFileName()
Returns the file path/name used to open the file.
Structured line iterator for abstract data allowing efficient "pipelined" processing.
Definition: FixedLengthAbstractIterator.qc.dox.h:29
The FixedLengthUtil namespace contains all the definitions in the FixedLengthUtil module.
Definition: FixedLengthAbstractIterator.qc.dox.h:27
Structured line iterator for fixed-length line files allowing efficient "pipelined" processing.
Definition: FixedLengthFileIterator.qc.dox.h:68
constructor(AbstractLineIterator li, hash< auto > spec, *hash< auto > opts)
Instantiates the FixedLengthAbstractIterator object.
string m_file_path
the path of the file being iterated
Definition: FixedLengthFileIterator.qc.dox.h:73