Main MRPT website > C++ reference for MRPT 1.9.9
Classes | Typedefs
Helper class to include binary data inside XML

Detailed Description

strings using "Base64 encoding".

Collaboration diagram for Helper class to include binary data inside XML:

Classes

struct  XMLParserBase64Tool
 Helper class to include binary data inside XML strings using "Base64 encoding". More...
 

Typedefs

typedef struct XMLDLLENTRY XMLParserBase64Tool XMLParserBase64Tool
 Helper class to include binary data inside XML strings using "Base64 encoding". More...
 

Typedef Documentation

◆ XMLParserBase64Tool

Helper class to include binary data inside XML strings using "Base64 encoding".

The "XMLParserBase64Tool" class allows you to include any binary data (images, sounds,...) into an XML document using "Base64 encoding". This class is completely separated from the rest of the xmlParser library and can be removed without any problem. To include some binary data into an XML file, you must convert the binary data into standard text (using "encode"). To retrieve the original binary data from the b64-encoded text included inside the XML file, use "decode". Alternatively, these functions can also be used to "encrypt/decrypt" some critical data contained inside the XML (it's not a strong encryption at all, but sometimes it can be useful).




Page generated by Doxygen 1.8.14 for MRPT 1.9.9 Git: ae4571287 Thu Nov 23 00:06:53 2017 +0100 at dom oct 27 23:51:55 CET 2019