Return a Base64EncoderOptions object having the attributes maxLineLength == 76, alphabet == Base64Alphabet::e_BASIC, and isPadded == true. This conforms to RFC 2045.
Base64EncoderOptions
maxLineLength == 76
alphabet == Base64Alphabet::e_BASIC
isPadded == true
Declared in <bdlde_base64encoderoptions.h>
<bdlde_base64encoderoptions.h>
static Base64EncoderOptions mime();