reSIProcate/rutil  9694
Static Public Member Functions
resip::Base64Coder Class Reference

#include <Coders.hxx>

List of all members.

Static Public Member Functions

static Data encode (const Data &)
static Data decode (const Data &)

Detailed Description

Definition at line 9 of file Coders.hxx.


Member Function Documentation

Data resip::Base64Coder::decode ( const Data source) [static]

Definition at line 19 of file Coders.cxx.

References resip::Data::base64decode().

Referenced by resip::Data::base64decode().

{
   return source.base64decode();
}

Here is the call graph for this function:

Data resip::Base64Coder::encode ( const Data data) [static]

Definition at line 13 of file Coders.cxx.

References resip::Data::base64encode().

{
   return data.base64encode(true/*safe URL char set*/);
}

Here is the call graph for this function:


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