dbp::codec::codec_base64 Class Reference

Base64 coder/decoder class. More...

#include <codec_base64.h>

List of all members.

Public Member Functions

virtual void encode (std::istream &in, std::ostream &out)
 Base64 encode.
virtual void decode (std::istream &in, std::ostream &out)
 Base64 decode.

Detailed Description

Base64 coder/decoder class.

This class implements the base64 encoding algorithm.


Member Function Documentation

virtual void dbp::codec::codec_base64::decode ( std::istream &  in,
std::ostream &  out 
) [virtual]

Base64 decode.

Decodes the base64 encoded data from the input stream and places decoded data into the output stream.

Parameters:
in the input stream
out the output stream
virtual void dbp::codec::codec_base64::encode ( std::istream &  in,
std::ostream &  out 
) [virtual]

Base64 encode.

Encodes the data from the input stream and places encoded data into the output stream.

Parameters:
in the input stream
out the output stream

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

 
Support This Project
SourceForge.net Logo