34 "type":
"FixedLengthReadDataProvider",
35 "supports_read":
True,
42 "path": <DataProviderOptionInfo>{
43 "type": AbstractDataProviderType::get(StringType),
44 "desc":
"the path to the fixed-length data; mutually exclusive with \"stream\"",
46 "stream": <DataProviderOptionInfo>{
47 "type": AbstractDataProviderType::get(
new Type(
"InputStream")),
48 "desc":
"the input stream for fixed-length data; mutually exclusive with \"path\"",
50 "spec": <DataProviderOptionInfo>{
51 "type": AbstractDataProviderType::get(AutoHashType),
52 "desc":
"the fixed-length record specification hash",
55 "opts": <DataProviderOptionInfo>{
56 "type": AbstractDataProviderType::get(AutoHashType),
57 "desc":
"fixed-length parsing options",
74 constructor(
string path, hash<auto> spec, *hash<auto> opts);
84 constructor(StringInputStream stream, hash<auto> spec, *hash<auto> opts);
95 constructor(InputStream stream, *
string encoding, hash<auto> spec, *hash<auto> opts);
111 AbstractDataProviderRecordIterator
searchRecordsImpl(*hash<auto> where_cond, *hash<auto> search_options);