This class implements a mechanism capable of converting data of arbitrary length to its corresponding Quoted‐Printable representation.
Synopsis
Declared in <bdlde_quotedprintableencoder.h>
class QuotedPrintableEncoder;
Enums
Name |
Description |
The input equivalence classes used by the encoder. |
|
Configuration governing how various forms of line breaks are interpreted while encoding. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Encode input characters from |
|
Finish encoding and write any retained output to |
|
Return |
|
Return whether encoding is done and further input is an error. |
|
Return whether this encoder is in an unrecoverable error state. |
|
Return |
|
Return the line break mode configured at the construction of this encoder. |
|
Return the value for the maximum line length configured at the construction of this encoder. |
|
Return the number of characters that would be output if |
|
Return the total number of output bytes emitted so far. |
|
Reset this encoder to its initial state (i.e., as if no input had been consumed). |
Static Member Functions
Name |
Description |
Return the string representation exactly matching the enumerator name corresponding to the specified enumerator |
Created with MrDocs