[#BloombergLP-bdlde-Base64Decoder-isDone] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Decoder.adoc[Base64Decoder]::isDone :relfileprefix: ../../../ :mrdocs: 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`. == Synopsis Declared in `<bdlde_base64decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isDone() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#