IBR-DTNSuite
0.8
|
#include <Base64.h>
Classes | |
class | Group |
Static Public Member Functions | |
static int | getCharType (int val) |
static size_t | getLength (size_t length) |
Static Public Attributes | |
static const char | encodeCharacterTable [] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
static const char | decodeCharacterTable [] |
static const int | EQUAL_CHAR = -2 |
static const int | UNKOWN_CHAR = -1 |
int ibrcommon::Base64::getCharType | ( | int | val | ) | [static] |
Definition at line 124 of file Base64.cpp.
References encodeCharacterTable, EQUAL_CHAR, and UNKOWN_CHAR.
Referenced by ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
size_t ibrcommon::Base64::getLength | ( | size_t | length | ) | [static] |
returns the encoded length of given payload
length |
Definition at line 23 of file Base64.cpp.
Referenced by ibrcommon::Base64Reader::underflow().
const char ibrcommon::Base64::decodeCharacterTable[] [static] |
const char ibrcommon::Base64::encodeCharacterTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" [static] |
Definition at line 19 of file Base64.h.
Referenced by getCharType().
const int ibrcommon::Base64::EQUAL_CHAR = -2 [static] |
Definition at line 22 of file Base64.h.
Referenced by getCharType(), ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
const int ibrcommon::Base64::UNKOWN_CHAR = -1 [static] |
Definition at line 23 of file Base64.h.
Referenced by getCharType(), ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().