Base64 Class Reference

#include <Base64.h>

List of all members.


Detailed Description

class to encode and decode strings using Base64

Definition at line 39 of file Base64.h.


Static Public Member Functions

static std::string encode (const std::string &data)
 returns the Base64 version of data as a string.
static std::string decode (const std::string &data)
 returns the decoded version of Base64 encoded data as a string.
static bool isPrintable (const std::string &s)
 Tests a string s to see if all the characters are printable (whether to call encode())).

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

Generated on Sat Oct 4 21:30:26 2008 for Mace Library by  doxygen 1.5.5