OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
osgDB::Base64decoder Class Reference

#include <ConvertBase64.h>

Public Member Functions

 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)
 

Detailed Description

Definition at line 77 of file ConvertBase64.h.

Constructor & Destructor Documentation

osgDB::Base64decoder::Base64decoder ( int  buffersize_in = BUFFERSIZE)
inline

Definition at line 80 of file ConvertBase64.h.

Member Function Documentation

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: