foobar2000 SDK  2015-01-14
Namespaces | Functions
base64.h File Reference

Go to the source code of this file.

Namespaces

 pfc
 

Functions

void pfc::base64_decode (const char *text, void *out)
 
template<typename t_buffer >
void pfc::base64_decode_array (t_buffer &out, const char *text)
 
t_size pfc::base64_decode_estimate (const char *text)
 
void pfc::base64_encode (pfc::string_base &out, const void *in, t_size inSize)
 
void pfc::base64_encode_append (pfc::string_base &out, const void *in, t_size inSize)