#include <base64enc.hpp>
Public Member Functions | |
encoder (int buffersize_in=4096) | |
int | encode (char value_in) |
int | encode (const char *code_in, const int length_in, char *plaintext_out) |
int | encode_end (char *plaintext_out) |
void | encode (std::istream &istream_in, std::ostream &ostream_in) |
Public Attributes | |
base64_encodestate | _state |
int | _buffersize |
Definition at line 55 of file base64enc.hpp.
s11n::base64::encoder::encoder | ( | int | buffersize_in = 4096 |
) | [inline] |
Definition at line 60 of file base64enc.hpp.
int s11n::base64::encoder::encode | ( | char | value_in | ) | [inline] |
int s11n::base64::encoder::encode | ( | const char * | code_in, | |
const int | length_in, | |||
char * | plaintext_out | |||
) | [inline] |
Definition at line 67 of file base64enc.hpp.
int s11n::base64::encoder::encode_end | ( | char * | plaintext_out | ) | [inline] |
Definition at line 71 of file base64enc.hpp.
void s11n::base64::encoder::encode | ( | std::istream & | istream_in, | |
std::ostream & | ostream_in | |||
) | [inline] |
Definition at line 75 of file base64enc.hpp.
Definition at line 57 of file base64enc.hpp.
Definition at line 58 of file base64enc.hpp.