OnixS C++ CME iLink 3 Binary Order Entry Handler 1.18.9
API Documentation
Loading...
Searching...
No Matches
Base64Encoding Class Reference

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

◆ decode() [1/2]

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.

◆ decode() [2/2]

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.