42 static bool convertToBase64 (
OutputStream& base64Result,
const void* sourceData,
size_t sourceDataSize);
51 static String toBase64 (
const void* sourceData,
size_t sourceDataSize);
The base class for streams that write data to some kind of destination.
A simple class for holding temporary references to a string literal or String.
#define JUCE_API
This macro is added to all JUCE public class declarations.
Contains some static methods for converting between binary and the standard base-64 encoding format.