[#BloombergLP-bdlde-Base64Encoder-2constructor-08] = 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 and the two specified options. == Synopsis Declared in `<bdlde_base64encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Base64Encoder( int maxLineLength, xref:BloombergLP/bdlde/Base64Encoder/Alphabet-0b.adoc[Alphabet] alphabet = e_BASIC); ---- == Description DEPRECATED: Create and pass an `options` object instead, equivalent to ` Base64Encoder(Base64EncoderOptions::custom(maxLinLength, alphabet, true)); ` [.small]#Created with https://www.mrdocs.com[MrDocs]#