base64::decoder Struct Reference

#include <decode.h>

Public Member Functions

 decoder (int buffersize_in=BUFFERSIZE)
int decode (char value_in)
int decode (const char *code_in, const int length_in, char *plaintext_out)
void decode (std::istream &istream_in, std::ostream &ostream_in)

Data Fields

base64_decodestate _state
int _buffersize

Detailed Description

Definition at line 20 of file decode.h.


Constructor & Destructor Documentation

base64::decoder::decoder ( int  buffersize_in = BUFFERSIZE  )  [inline]

Definition at line 22 of file decode.h.


Member Function Documentation

void base64::decoder::decode ( std::istream &  istream_in,
std::ostream &  ostream_in 
) [inline]

Definition at line 36 of file decode.h.

int base64::decoder::decode ( const char *  code_in,
const int  length_in,
char *  plaintext_out 
) [inline]

Definition at line 31 of file decode.h.

int base64::decoder::decode ( char  value_in  )  [inline]

Definition at line 26 of file decode.h.

Referenced by main().


Field Documentation

Definition at line 20 of file decode.h.

Definition at line 19 of file decode.h.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 17 16:59:09 2011 for Mobile-C by  doxygen 1.6.3