Return whether encoding is done and further input is an error.
Synopsis
Declared in <bdlde_quotedprintableencoder.h>
bool
isDone() const;
Description
Return true if this encoder 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, and false otherwise.
Return Value
true if encoding is done with no pending output, and false otherwise
Created with MrDocs