OnixS C++ CME MDP Conflated TCP Handler  1.3.1
API Documentation
Base64Encoding Class Reference

#include <OnixS/CME/ConflatedTCP/encoding/Base64Encoding.h>

Static Public Member Functions

static void decode (ByteArray &decoded, const std::string &encoded)
 
static void decode (ByteArray &decoded, Messaging::StrRef encoded)
 

Detailed Description

Definition at line 36 of file Base64Encoding.h.

Member Function Documentation

static void decode ( ByteArray decoded,
const std::string &  encoded 
)
static

Reconstructs the binary data from a BASE64-encoded string.

Exceptions
Exceptionif the string is corrupted or not BASE64-encoded.
static void decode ( ByteArray decoded,
Messaging::StrRef  encoded 
)
static

Reconstructs the binary data from a BASE64-encoded string.

Exceptions
Exceptionif the string is corrupted or not BASE64-encoded.

The documentation for this class was generated from the following file: