KVIrc  4.9.2
DeveloperAPIs
Namespaces | Functions | Variables
UglyBase64.cpp File Reference
#include "UglyBase64.h"
#include "KviMemory.h"
#include "KviCString.h"

Namespaces

 UglyBase64
 

Functions

void UglyBase64::byteswap_buffer (unsigned char *p, int len)
 
void UglyBase64::decode (KviCString &szText, unsigned char **buf, int *len)
 
void UglyBase64::encode (const unsigned char *out, const int len, KviCString &szText)
 
unsigned int UglyBase64::fake_base64dec (unsigned char c)
 

Variables

static unsigned char UglyBase64::fake_base64 [] = "./0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"