#include <UT_Base64.h>
Definition at line 22 of file UT_Base64.h.
Decode a base64 encoded string into binary. Returns false
if decoding failed (bad input character, or wrong padding). Whitespace is ignored on parsing.
Decode a base64 encoded string into binary. Returns false
if decoding failed (bad input character, or wrong padding). Whitespace is ignored on parsing.
Decode a base64 encoded string into binary. Returns false
if decoding failed (bad input character, or wrong padding). Whitespace is ignored on parsing.
Encode a stream of binary into base64 encoding. If the input is not a multiple of three, padding is added to indicate proper size.
Encode a stream of binary into base64 encoding. If the input is not a multiple of three, padding is added to indicate proper size.
Encode a stream of binary into base64 encoding. If the input is not a multiple of three, padding is added to indicate proper size.
The documentation for this class was generated from the following file: