BloombergLP::bdlde::Base64Encoder::Base64Encoder

Create a Base64 encoder in the initial state, with the 'isPadded' option set and the two specified options.

Synopsis

Declared in <bdlde_base64encoder.h>

explicit
Base64Encoder(
    int maxLineLength,
    Alphabet alphabet = e_BASIC);

Description

DEPRECATED: Create and pass an options object instead, equivalent to ` Base64Encoder(Base64EncoderOptions::custom(maxLinLength, alphabet, true)); `