Return whether encoding is done and further input is an error.
Declared in <bdlde_base64encoder.h>
bool
isDone() const;
Return true if the current input is acceptable and any additional input (including endConvert) would be an error, and false otherwise. Note that if this encoder isDone then all resulting output has been emitted to out.
true if encoding is done and further input would be an error, and false otherwise