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 |
alphabet |
Base64 alphabet to use (default |
Created with MrDocs