|
| Base64decoder (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) |
|
char * | decode (const std::vector< std::string > &str_in, std::vector< unsigned int > &pos_out) |
|
osgDB::Base64decoder::Base64decoder |
( |
int |
buffersize_in = BUFFERSIZE | ) |
|
|
inline |
int osgDB::Base64decoder::decode |
( |
char |
value_in | ) |
|
int osgDB::Base64decoder::decode |
( |
const char * |
code_in, |
|
|
const int |
length_in, |
|
|
char * |
plaintext_out |
|
) |
| |
void osgDB::Base64decoder::decode |
( |
std::istream & |
istream_in, |
|
|
std::ostream & |
ostream_in |
|
) |
| |
char* osgDB::Base64decoder::decode |
( |
const std::vector< std::string > & |
str_in, |
|
|
std::vector< unsigned int > & |
pos_out |
|
) |
| |
The documentation for this class was generated from the following file: