Return whether the input so far is syntactically complete.
Declared in <bdlde_base64decoder.h>
bool
isAcceptable() const;
Return true if the input read so far is considered syntactically complete, and false otherwise. Note that the number of relevant input characters must be divisible by 4.
true if the input read so far is syntactically complete, and false otherwise