Create a Base64 encoder in the initial state, with the 'isPadded' option set, a 'maxLineLength' of 76, and the specified 'alphabet'.
Synopsis
Declared in <bdlde_base64encoder.h>
explicit
Base64Encoder(Alphabet alphabet);
Description
DEPRECATED: Create and pass an options object instead, equivalent to ` Bas64Encoder(Base64EncoderOptions::custom( Base64EncoderOptions::k_MIME_MAX_LINE_LENGTH, alphabet, true)); `
Parameters
Name |
Description |
alphabet |
Base64 alphabet to use for encoding |
Created with MrDocs