GATE
gate::enc::Base64 Class Reference

Static Public Member Functions

static void encode (String const &input, StringBuilder &output)
 
static size_t encode (char const *src, size_t srclength, char *dst, size_t dstcapacity)
 
static void encode (Stream &input, Stream &output)
 
static void decode (String const &input, StringBuilder &output)
 
static size_t decode (char const *src, size_t srclength, char *dst, size_t dstcapacity)
 
static void decode (Stream &input, Stream &output)
 

The documentation for this class was generated from the following files: