Return whether decoding is finished and no further input is allowed.
Synopsis
Declared in <bdlde_base64decoder.h>
bool
isDone() const;
Description
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 decoder isDone then all resulting output has been emitted to out.
Return Value
true if decoding is finished and no further input is allowed, and false otherwise
Created with MrDocs