#define ClassDef(name, id)
This code implements the Base64 encoding and decoding.
static TString Decode(const char *data)
Decode a base64 string date into a generic TString.
static TString Encode(const char *data)
Transform data into a null terminated base64 string.