CzzBase64 Class Reference

Base64 algoritm. More...

#include <inet/zz_base64.h>

List of all members.

Public Member Functions

 ~CzzBase64 ()

Static Public Member Functions

static int encode (char *dst, int dstlen, const unsigned char *src, int srclen)
 Encode base64.
static int decode (unsigned char *dst, int dstlen, const char *src, int srclen)
 Decode base64.


Detailed Description

Base64 algoritm.

Author:
Toni Thomsson, toni@tonjac.org


Constructor & Destructor Documentation

CzzBase64::~CzzBase64  ) 
 


Member Function Documentation

int CzzBase64::decode unsigned char *  dst,
int  dstlen,
const char *  src,
int  srclen
[static]
 

Decode base64.

Parameters:
dst Destination buffer
dstlen Length of the destination buffer
src Source buffer
srclen Length of the source buffer

int CzzBase64::encode char *  dst,
int  dstlen,
const unsigned char *  src,
int  srclen
[static]
 

Encode base64.

Parameters:
dst Destination buffer
dstlen Length of the destination buffer
src Source buffer
srclen Length of the source buffer


The documentation for this class was generated from the following files:
Generated on Thu Sep 21 21:45:45 2006 for tonjac.org MINI/C++ library by  doxygen 1.4.6-NO