Return the total length of output emitted by this decoder.
Synopsis
Declared in <bdlde_hexdecoder.h>
int
outputLength() const;
Description
Return the total length of the output emitted by this decoder (possibly after several calls to the convert or the input methods) since its initial construction or the latest reset.
Return Value
total length of the output emitted thus far
Created with MrDocs