Return the total number of output bytes emitted so far.

Synopsis

Declared in <bdlde_quotedprintableencoder.h>

int
outputLength() const;

Description

Return the total length of the output emitted by this encoder (possibly after one or more calls to the convert or the input methods) since its initial construction or the latest reset. Note that soft line breaks are included in the counts if added.

Return Value

the total length of the output emitted thus far

Created with MrDocs