Return the total length of output emitted by this encoder.
Synopsis
Declared in <bdlde_hexencoder.h>
int
outputLength() const;
Description
The length accounts for output produced by one or more calls to convert or related input methods since initial construction or the latest reset.
Return Value
the total length of the output emitted thus far
Created with MrDocs