zenXML
Straightforward C++ XML Processing
|
Save and load byte streams from files. More...
#include "string_tools.h"
#include "loki/ScopeGuard.h"
#include "zenxml_error.h"
#include "string_utf8.h"
#include <cerrno>
Go to the source code of this file.
Classes | |
struct | zen::XmlFileError |
Exception thrown due to failed file I/O. More... | |
Namespaces | |
namespace | zen |
The zenXML namespace. | |
Functions | |
template<class String > | |
void | zen::saveStream (const std::string &stream, const String &filename) |
Save byte stream to a file. | |
template<class String > | |
std::string | zen::loadStream (const String &filename) |
Load byte stream from a file. |
Save and load byte streams from files.