Return the total length of the output emitted thus far.

Synopsis

Declared in <bdlde_quotedprintabledecoder.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