Constructors

Synopses

Declared in <bdlde_base64decoder.h>

Create a Base64 decoder with options determined by the specified options.

explicit
Base64Decoder(Base64DecoderOptions const& options);

Create a decoder expecting padded encoding.

explicit
Base64Decoder(
    bool unrecognizedNonWhitespaceIsErrorFlag,
    Alphabet alphabet = e_BASIC);

Parameters

Name

Description

options

decoder configuration (ignore mode, alphabet, padding)

unrecognizedNonWhitespaceIsErrorFlag

if true, treat unrecognized non‐whitespace as an error; otherwise ignore it

alphabet

Base64 alphabet to use (default e_BASIC)

Created with MrDocs