1 #ifndef _BASE64_DATA_BUFFER_H_ 2 #define _BASE64_DATA_BUFFER_H_ 12 #include <databuffer.h> The Base64DataBuffer class provide functionality on top of the simple DataBuffer class that is used t...
Definition: base64databuffer.h:22
Buffer type for storage of arbitrary buffers of data within a datapoint.
Definition: databuffer.h:19
Base64DataBuffer(const std::string &encoded)
Construct a DataBuffer by decoding a Base64 encoded buffer.
Definition: base64databuffer.cpp:17
std::string encode()
Base 64 encode the DataBuffer.
Definition: base64databuffer.cpp:60