Create a Base64 encoder configured from the specified options.
Declared in <bdlde_base64encoder.h>
explicit
Base64Encoder(EncoderOptions const& options = EncoderOptions::mime());
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.
| Name | Description |
|---|---|
| options | encoder configuration (line length, alphabet, padding) |