| Interface | Description |
|---|---|
| FieldParser |
| Class | Description |
|---|---|
| Cef | |
| CefDataSource | |
| CefDataSourceFactory | |
| CefMetadataModel | |
| CefReaderData |
CEF reader based on Chris Perry's IDL CEF Reader code.
|
| CefReaderHeader |
Reads the CEF Header, which contains metadata and information about how to parse the stream.
|
| CefReaderHeader.GlobalStruct | |
| CefReaderHeader.KeyValue | |
| CefReaderHeader.ParamStruct | |
| CefReaderHeader.Record | |
| DataSetOps | |
| DoubleFieldParser | |
| DoubleParser |
code borrowed from Javalution
|
| IsoTimeParser |
Parser for iso times, that improves performance by caching the
year, month, day offset.
|
| ReformDataSet | |
| TestCefReader |