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

Go to the source code of this file.

Namespaces

 bitWriter
 
 pfc
 

Functions

void pfc::base64_decode (const char *text, void *out)
 
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)
 
static void bitWriter::set_bit (t_uint8 *p_stream, size_t p_offset, bool state)
 
static void bitWriter::set_bits (t_uint8 *stream, t_size offset, t_size word, t_size bits)