[#BloombergLP-bdlde-Base64Encoder-2constructor-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Encoder.adoc[Base64Encoder]::Base64Encoder :relfileprefix: ../../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Base64Encoder(xref:BloombergLP/bdlde/Base64Encoder/Alphabet-0b.adoc[Alphabet] alphabet); ---- == Description DEPRECATED: Create and pass an `options` object instead, equivalent to ` Bas64Encoder(Base64EncoderOptions::custom( Base64EncoderOptions::k_MIME_MAX_LINE_LENGTH, alphabet, true)); ` [.small]#Created with https://www.mrdocs.com[MrDocs]#