This class implements a mechanism capable of converting data of arbitrary length from its corresponding Hex representation.
Synopsis
Declared in <bdlde_hexdecoder.h>
class HexDecoder;
Member Functions
Name |
Description |
|
Create a Hex decoder in the initial state. |
|
|
Terminate encoding for this decoder. Return 0 on success, and a negative value otherwise. |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return |
|
Return the total length of the output emitted by this decoder (possibly after several calls to the |
|
Reset this decoder to its initial state (i.e., as if no input had been consumed). |
Created with MrDocs