base64::encoder Struct Reference
#include <encode.h>
Detailed Description
Definition at line 20 of file encode.h.
Constructor & Destructor Documentation
base64::encoder::encoder |
( |
int |
buffersize_in = BUFFERSIZE |
) |
[inline] |
Member Function Documentation
void base64::encoder::encode |
( |
std::istream & |
istream_in, |
|
|
std::ostream & |
ostream_in | |
|
) |
| | [inline] |
int base64::encoder::encode |
( |
const char * |
code_in, |
|
|
const int |
length_in, |
|
|
char * |
plaintext_out | |
|
) |
| | [inline] |
int base64::encoder::encode |
( |
char |
value_in |
) |
[inline] |
int base64::encoder::encode_end |
( |
char * |
plaintext_out |
) |
[inline] |
Field Documentation
The documentation for this struct was generated from the following file:
- /home/dko/Projects/mobilec/src/libb64-1.2/include/b64/encode.h