Return true if this encoder is in the done state with no pending output.
Declared in <bdlde_hexencoder.h>
bool
isDone() const;
The done state means endConvert has been called and any additional input will result in an error. Return false otherwise.
true if this encoder is done with no pending output, and false otherwise