rwlogo
HydraExpress 4.6

HydraExpress C++ API Reference Guide


   


Rogue Wave web site:  Home Page  |  Main Documentation Page

rwsf::Base64Encoder Class Reference
[MIME Headers]

Encodes and decodes base64 encoded strings. More...

#include <rwsf/core/Base64Encoder.h>

List of all members.

Static Public Member Functions

static std::string encode (const std::string &str)
static std::string decode (const std::string &str)

Detailed Description

Base64Encoder provides static functions for encoding and decoding base64 encoded strings.


Member Function Documentation

static std::string rwsf::Base64Encoder::decode ( const std::string &  str  )  [static]

Decodes str using the base64 encoding described in RFC 2045.

static std::string rwsf::Base64Encoder::encode ( const std::string &  str  )  [static]

Encodes str using the base64 encoding described in RFC 2045.


Copyright © Rogue Wave Software, Inc. All Rights Reserved.

The Rogue Wave name and logo are registered trademarks of Rogue Wave Software, and HydraExpress is a trademark of Rogue Wave Software. All other trademarks are the property of their respective owners.