Base64 encode/decode.
More...
#include <Base64.h>
|
void | encode (const unsigned char *in, size_t l, std::string &out) |
|
void | decode (const std::string &in, unsigned char *out, size_t &sz) |
|
size_t | decodeLength (const std::string &in) |
|
The documentation for this class was generated from the following file:
- C:/projects/AtomsVFX/Atoms/Public/AtomsUtils/Base64.h