| 348 | } |
| 349 | |
| 350 | ValueMap FileUtils::getValueMapFromData(const char* filedata, int filesize) const |
| 351 | { |
| 352 | DictMaker tMaker; |
| 353 | return tMaker.dictionaryWithDataOfFile(filedata, filesize); |
| 354 | } |
| 355 | |
| 356 | ValueVector FileUtils::getValueVectorFromFile(std::string_view filename) const |
| 357 | { |
no test coverage detected