This class implements a mechanism capable of converting data of arbitrary length to its corresponding Base64 representation.
Synopsis
Declared in <bdlde_base64encoder.h>
class Base64Encoder;
Type Aliases
Name |
Description |
Alias for |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Return the alphabet supplied at construction of this object. |
|
|
|
|
|
Return |
|
Return |
|
Return |
|
Return |
|
Return true if padding by |
|
Return the currently installed value for the maximum line length. |
|
Return an |
|
Return the total length of the output emitted thus far (including soft line breaks where appropriate). |
|
Reset this instance to its initial state (i.e., as if no input had been consumed). |
Static Member Functions
Name |
Description |
|
|
|
Static Data Members
Name |
Description |
Basic Base64 alphabet. |
|
URL‐safe Base64 alphabet. |
Created with MrDocs