bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
base64::Base64 Class Reference
Collaboration diagram for base64::Base64:
Collaboration graph

Static Public Member Functions

static std::vector< u_int8_t > decode (const std::string &input)
 
static std::string encode (const u_int8_t *cursor, int32_t size)
 

Detailed Description

Definition at line 36 of file Base64.h.

Member Function Documentation

◆ decode()

static std::vector< u_int8_t > base64::Base64::decode ( const std::string & input)
inlinestatic

Definition at line 79 of file Base64.h.

◆ encode()

static std::string base64::Base64::encode ( const u_int8_t * cursor,
int32_t size )
inlinestatic

Definition at line 43 of file Base64.h.


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