Qore FixedLengthUtil Module Reference
1.1
|
▼CQore::AbstractIterator [external] | |
▼CFixedLengthUtil::FixedLengthAbstractIterator | Structured line iterator for abstract data allowing efficient "pipelined" processing |
CFixedLengthUtil::FixedLengthDataIterator | Structured line iterator for fixed-length line strings allowing efficient "pipelined" processing |
CFixedLengthUtil::FixedLengthFileIterator | Structured line iterator for fixed-length line files allowing efficient "pipelined" processing |
CFixedLengthUtil::FixedLengthIterator | Allows CSV sources to be iterated on a record basis. The source of the input data is an AbstractLineIterator object or an InputStream |
▼CFixedLengthUtil::FixedLengthAbstractWriter | Structured abstract writer for fixed-length lines |
CFixedLengthUtil::FixedLengthDataWriter | Writer class for fixed-length line string data |
CFixedLengthUtil::FixedLengthFileWriter | Writer for fixed-length line output files |
CFixedLengthUtil::FixedLengthWriter | Writer for fixed-length line output data |