Base Framework
|
This is the complete list of members for Base64, including all inherited members.
BITS_PER_CHARACTER (defined in Base64) | Base64 | static |
DIGITS | Base64 | static |
encode(const uint8 *buffer, MemorySize size) noexcept | Base64 | static |
encode(const String &bytes) noexcept | Base64 | inlinestatic |
PAD | Base64 | static |
VALUES | Base64 | static |
valueToDigit(unsigned int value) noexcept | Base64 | inlinestatic |
valueToDigit(char digit) noexcept | Base64 | inlinestatic |