#include <base64dec.hpp>
Public Member Functions | |
decoder (int buffersize_in=4096) | |
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) |
Public Attributes | |
base64_decodestate | _state |
int | _buffersize |
Definition at line 51 of file base64dec.hpp.
s11n::base64::decoder::decoder | ( | int | buffersize_in = 4096 |
) | [inline] |
Definition at line 56 of file base64dec.hpp.
int s11n::base64::decoder::decode | ( | char | value_in | ) | [inline] |
Definition at line 59 of file base64dec.hpp.
Referenced by s11n::base64::bindata_deser::operator()().
int s11n::base64::decoder::decode | ( | const char * | code_in, | |
const int | length_in, | |||
char * | plaintext_out | |||
) | [inline] |
Definition at line 63 of file base64dec.hpp.
void s11n::base64::decoder::decode | ( | std::istream & | istream_in, | |
std::ostream & | ostream_in | |||
) | [inline] |
Definition at line 67 of file base64dec.hpp.
Definition at line 53 of file base64dec.hpp.
Definition at line 54 of file base64dec.hpp.