TBase64 This code implements the Base64 encoding and decoding. Base64 encoded messages are typically used in authentication protocols and to pack binary data in HTTP messages.
TBase64() | |
TBase64(const TBase64&) | |
virtual | ~TBase64() |
static TClass* | Class() |
static TString | Decode(const char* data) |
static TString | Encode(const char* data) |
static TString | Encode(const char* data, Int_t len) |
virtual TClass* | IsA() const |
TBase64& | operator=(const TBase64&) |
virtual void | ShowMembers(TMemberInspector& insp, char* parent) |
virtual void | Streamer(TBuffer& b) |
void | StreamerNVirtual(TBuffer& b) |
Transform len bytes from data into a null terminated base64 string.