#include <Base64.h>
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 dataas a string. | |
| static std::string | decode (const std::string &data) | 
| returns the decoded version of Base64 encoded dataas a string. | |
| static bool | isPrintable (const std::string &s) | 
| Tests a string sto see if all the characters are printable (whether to call encode())). | |
 1.5.5
 1.5.5