#include "BALBase.h"
#include <wtf/Vector.h>
Namespaces | |
| namespace | OWBAL |
Functions | |
| void | OWBAL::base64Encode (const Vector< char > &, Vector< char > &, bool insertLFs=false) |
| base64 encode | |
| bool | OWBAL::base64Decode (const Vector< char > &, Vector< char > &) |
| this decoder is not general purpose - it returns an error if it encounters a linefeed, as needed for window.atob | |
| bool | OWBAL::base64Decode (const char *, unsigned, Vector< char > &) |
| this decoder is not general purpose - it returns an error if it encounters a linefeed, as needed for window.atob | |