LibreOffice Module lotuswordpro (master) 1
|
Go to the source code of this file.
Functions | |
static void | Encode_ (const sal_uInt8 *src, char *dest) |
@descr Encode 3 byte to 4 byte. More... | |
Variables | |
const char | aBase64EncodeTable [] |
|
static |
@descr Encode 3 byte to 4 byte.
Please refer to RFC to get the base64 algorithm.
Definition at line 75 of file xfbase64.cxx.
References aBase64EncodeTable, and nIndex.
Referenced by XFBase64::Encode().
const char aBase64EncodeTable[] |
Definition at line 64 of file xfbase64.cxx.
Referenced by Encode_().