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