[#BloombergLP-bdlde-Base64Encoder-2constructor-0d] = 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, defaulting the state of the maximum allowable line‐length, the padding, and the alphabet according to the values of the specified `options`. == Synopsis Declared in `<bdlde_base64encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit Base64Encoder(xref:BloombergLP/bdlde/Base64Encoder.adoc[EncoderOptions] const& options = EncoderOptions::mime()); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#