[#BloombergLP-bdlde-Base64Encoder-isAcceptable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Encoder.adoc[Base64Encoder]::isAcceptable :relfileprefix: ../../../ :mrdocs: Return `true` if the input read so far is considered syntactically complete and all resulting output has been emitted to `out`, and `false` otherwise. Note that `endConvert` must be called if the total length of all data processed is not divisible by 3. == Synopsis Declared in `<bdlde_base64encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool isAcceptable() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#