[#BloombergLP-bdlde-Base64Encoder-encodedLines-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlde.adoc[bdlde]::xref:BloombergLP/bdlde/Base64Encoder.adoc[Base64Encoder]::encodedLines :relfileprefix: ../../../ :mrdocs: `encodedLines` overloads == Synopses Declared in `<bdlde_base64encoder.h>` Return the MIME‐style encoded line count for `inputLength`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlde/Base64Encoder/encodedLines-0c.adoc[encodedLines](int inputLength); ---- [.small]#xref:BloombergLP/bdlde/Base64Encoder/encodedLines-0c.adoc[_» more..._]# Return the encoded line count for `inputLength` and `maxLineLength`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int xref:BloombergLP/bdlde/Base64Encoder/encodedLines-01.adoc[encodedLines]( int inputLength, int maxLineLength); ---- [.small]#xref:BloombergLP/bdlde/Base64Encoder/encodedLines-01.adoc[_» more..._]# Return the encoded line count for `inputLength` under `options`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static std::size_t xref:BloombergLP/bdlde/Base64Encoder/encodedLines-03.adoc[encodedLines]( xref:BloombergLP/bdlde/Base64Encoder.adoc[EncoderOptions] const& options, std::size_t inputLength); ---- [.small]#xref:BloombergLP/bdlde/Base64Encoder/encodedLines-03.adoc[_» more..._]# == Return Value * the exact number of encoded lines for `inputLength` with MIME line length * the exact number of encoded lines for `inputLength` and `maxLineLength` * the exact number of encoded lines for `inputLength` under `options` == Parameters [cols="1,4"] |=== | Name| Description | *inputLength* | number of input bytes to encode | *maxLineLength* | maximum encoded line length before a soft break | *options* | encoder configuration used for the line calculation |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#