#include "wvbase64.h"
Go to the source code of this file.
Functions | |
int | lookup (char ch) |
Variables | |
char | alphabet [67] |
|
Definition at line 22 of file wvbase64.cc. Referenced by WvBase64Decoder::_encode(). |
|
Initial value:
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n"
Definition at line 18 of file wvbase64.cc. Referenced by WvBase64Encoder::_encode(), and WvBase64Encoder::_finish(). |