strusUtilities  0.17
Namespaces | Functions
filecrawler.hpp File Reference

Library for loading files in chunks for multithreaded processing. More...

#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 strus
 strus toplevel namespace
 

Functions

FileCrawlerInterface * strus::createFileCrawlerInterface (const std::string &path, int chunkSize, const std::string &extension, ErrorBufferInterface *errorhnd)
 Create an interface for loading files in chunks for multithreaded processing. More...
 

Detailed Description

Library for loading files in chunks for multithreaded processing.