IBR-DTNSuite  0.8
ibrcommon::Base64 Class Reference

#include <Base64.h>

List of all members.

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

Detailed Description

Definition at line 16 of file Base64.h.


Member Function Documentation

size_t ibrcommon::Base64::getLength ( size_t  length) [static]

returns the encoded length of given payload

Parameters:
length
Returns:

Definition at line 23 of file Base64.cpp.

Referenced by ibrcommon::Base64Reader::underflow().


Member Data Documentation

Definition at line 20 of file Base64.h.

const char ibrcommon::Base64::encodeCharacterTable = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" [static]

Definition at line 19 of file Base64.h.

Referenced by getCharType().


The documentation for this class was generated from the following files: