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