The C++ framework for developing highly scalable, high performance servers on Windows platforms.

JetByteTools::Core::Base64 Namespace Reference


Functions

void encodeblock (const unsigned char in[3], unsigned char out[4], const int len)
void decodeblock (const unsigned char in[4], unsigned char out[3])
 *

Variables

static const
unsigned char 
cb64 [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
static const
unsigned char 
cd64 [] = "|$$$}rstuvwxyz{$$$$$$$>?@ABCDEFGHIJKLMNOPQRSTUVW$$$$$$XYZ[\\]^_`abcdefghijklmnopq"


Function Documentation

void JetByteTools::Core::Base64::decodeblock ( const unsigned char  in[4],
unsigned char  out[3] 
)

*

void JetByteTools::Core::Base64::encodeblock ( const unsigned char  in[3],
unsigned char  out[4],
const int  len 
)


Variable Documentation

const unsigned char cb64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" [static]

const unsigned char cd64[] = "|$$$}rstuvwxyz{$$$$$$$>?@ABCDEFGHIJKLMNOPQRSTUVW$$$$$$XYZ[\\]^_`abcdefghijklmnopq" [static]


Generated on Sun Sep 12 19:08:56 2021 for The Server Framework - v7.4 by doxygen 1.5.3