MRPT  1.9.9
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: 8fe78517f Sun Jul 14 19:43:28 2019 +0200 at lun oct 28 02:10:00 CET 2019