ARC SDK
Public Member Functions | Static Public Member Functions
Arc::Base64 Class Reference

Base64 encoding and decoding, borrowed from Axis2c project. More...

#include <arc/Base64.h>

Public Member Functions

 Base64 ()
 Constructor is not implemented. Use static methods instead.
 

Static Public Member Functions

static int encode (char *encoded, const char *string, int len)
 Encode a string to base 64.
 
static int decode (char *bufplain, const char *bufcoded)
 Decode a string from base 64.
 

Detailed Description

Base64 encoding and decoding, borrowed from Axis2c project.


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