IBR-DTNSuite
0.12
|
#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 |
|
static |
Definition at line 138 of file Base64.cpp.
References encodeCharacterTable, EQUAL_CHAR, and UNKOWN_CHAR.
Referenced by ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
|
static |
returns the encoded length of given payload
length |
Definition at line 37 of file Base64.cpp.
Referenced by ibrcommon::Base64Reader::underflow().
|
static |
Definition at line 33 of file Base64.h.
Referenced by getCharType().
|
static |
Definition at line 36 of file Base64.h.
Referenced by getCharType(), ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().
|
static |
Definition at line 37 of file Base64.h.
Referenced by getCharType(), ibrcommon::Base64Stream::overflow(), and ibrcommon::Base64Reader::underflow().