[#BloombergLP-bdlde-Base64Encoder-encodedLength-05] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Encoder.adoc[Base64Encoder]::encodedLength :relfileprefix: ../../../ :mrdocs: Return the exact number of encoded bytes that would result from an input byte sequence of the specified `inputLength` provided to the `convert` method of an encoder configured with the specified `maxLineLength`. The behavior is undefined unless `0 <= inputLength` and `0 <= maxLineLength`. Note that if `maxLineLength` is 0, no CRLF characters will appear in the output. Note also that the number of encoded bytes need not be the number of _output_ bytes. == Synopsis Declared in `<bdlde_base64encoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int encodedLength( int inputLength, int maxLineLength); ---- == Description DEPRECATED: use the overload with `options` instead. [.small]#Created with https://www.mrdocs.com[MrDocs]#