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)); `

Parameters

Name

Description

maxLineLength

maximum encoded line length before a soft break

alphabet

Base64 alphabet to use for encoding

Created with MrDocs