This class implements a mechanism capable of converting data of arbitrary length from its corresponding Base64 representation.
Synopsis
Declared in <bdlde_base64decoder.h>
class Base64Decoder;
Type Aliases
Name |
Description |
Alias for |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Return the alphabet supplied at construction of this object. |
|
|
|
|
|
Return the |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return a |
|
Return the total length of the output emitted thus far. |
|
Reset this instance to its initial state (i.e., as if no input had been consumed). |
Static Member Functions
Name |
Description |
Return the maximum number of decoded bytes that could result from an input byte sequence of the specified |
Static Data Members
Name |
Description |
Standard Base64 alphabet constant. |
|
URL‐safe Base64 alphabet constant. |
Created with MrDocs