Go to the source code of this file.
Namespaces | |
namespace | FUBase64 |
Functions | |
FCOLLADA_EXPORT void | FUBase64::encode (const UInt8List &input, UInt8List &output) |
Encodes the given input string in Base64, and stores the result in the output string. | |
FCOLLADA_EXPORT void | FUBase64::decode (const UInt8List &input, UInt8List &output) |
Decodes the given input string from the Base64 format, and stores the result in the output string. |