BloombergLP::bdlde::QuotedPrintableDecoder::isDone

Return whether decoding is finished and no further input is allowed.

Synopsis

Declared in <bdlde_quotedprintabledecoder.h>

bool
isDone() const;

Description

Return true if this decoder is in the done state (i.e., endConvert has been called and any additional input will result in an error), and if there is no pending output; return false otherwise.

Return Value

true if this decoder is in the done state with no pending output, and false otherwise