|
crawlserv++
[under development]
Application for crawling and analyzing textual content of websites.
|
#include "../Main/Exception.hpp"#include <fstream>#include <ios>#include <streambuf>#include <string>

Go to the source code of this file.
Classes | |
| class | crawlservpp::Data::File::Exception |
| Class for file exceptions. More... | |
Namespaces | |
| crawlservpp::Data::File | |
| Namespace for functions accessing files. | |
Reading and Writing | |
| std::string | crawlservpp::Data::File::read (const std::string &fileName, bool binary) |
| Reads the content of the given file. More... | |
| void | crawlservpp::Data::File::write (const std::string &fileName, const std::string &content, bool binary) |
| Writes the given content to the given file. More... | |