Qore FixedLengthUtil Module Reference
1.2
|
Base class for fixed-length readers and writers. More...
Public Member Methods | |
constructor (hash< auto > m_specs, *hash< auto > m_opts) | |
Creates the object from the record specifications. | |
*hash< string, AbstractDataField > | getRecordType () |
Returns the description of the record type, if any. | |
Private Attributes | |
const | GlobalOptionMap |
Translates from global options to data provider options. | |
*hash< auto > | m_opts |
Global input or output options. | |
hash< auto > | m_specs |
The record specifications. | |
Base class for fixed-length readers and writers.