BloombergLP::bdlde::Base64Encoder::isAcceptable

Return whether input so far is syntactically complete.

Synopsis

Declared in <bdlde_base64encoder.h>

bool
isAcceptable() const;

Description

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.

Return Value

true if the input so far is syntactically complete and all output has been emitted, and false otherwise