This class implements a mechanism capable of converting data of arbitrary length to its corresponding Hex representation.
Synopsis
Declared in <bdlde_hexencoder.h>
class HexEncoder;
Member Functions
Name |
Description |
|
Create a Hex encoder in the initial state. Optionally specify the |
Append to the buffer addressed by the specified |
|
|
|
Return |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return the number of characters that would be output if |
|
Return the total length of the output emitted by this encoder (possibly after one or more calls to the |
|
Reset this encoder to its initial state (i.e., as if no input had been consumed). |
Created with MrDocs