OnixS C++ CME iLink 3 Binary Order Entry Handler 1.19.4
Users' manual and API documentation
Loading...
Searching...
No Matches
Base64Encoding Class Reference

#include <OnixS/CME/iLink3/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

◆ 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.