[#BloombergLP-bdlde-Base64Encoder-2constructor-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Encoder.adoc[Base64Encoder]::Base64Encoder :relfileprefix: ../../../ :mrdocs: Constructors == Synopses Declared in `<bdlde_base64encoder.h>` Create a Base64 encoder in the initial state, with the 'isPadded' option set, a 'maxLineLength' of 76, and the specified 'alphabet'. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlde/Base64Encoder/2constructor-04.adoc[Base64Encoder](xref:BloombergLP/bdlde/Base64Encoder/Alphabet-0b.adoc[Alphabet] alphabet); ---- [.small]#xref:BloombergLP/bdlde/Base64Encoder/2constructor-04.adoc[_» more..._]# 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`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlde/Base64Encoder/2constructor-0d.adoc[Base64Encoder](xref:BloombergLP/bdlde/Base64Encoder.adoc[EncoderOptions] const& options = EncoderOptions::mime()); ---- [.small]#xref:BloombergLP/bdlde/Base64Encoder/2constructor-0d.adoc[_» more..._]# Create a Base64 encoder in the initial state, with the 'isPadded' option set and the two specified options. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:BloombergLP/bdlde/Base64Encoder/2constructor-08.adoc[Base64Encoder]( int maxLineLength, xref:BloombergLP/bdlde/Base64Encoder/Alphabet-0b.adoc[Alphabet] alphabet = e_BASIC); ---- [.small]#xref:BloombergLP/bdlde/Base64Encoder/2constructor-08.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#