Constructors

Synopses

Declared in <bdlde_base64decoder.h>

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

explicit
Base64Decoder(Base64DecoderOptions const& options);

Create a decoder expecting padded encoding.

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

Created with MrDocs