[#BloombergLP-balber-BerUtil_LengthImpUtil-putEndOfContentOctets] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_LengthImpUtil.adoc[BerUtil_LengthImpUtil]::putEndOfContentOctets :relfileprefix: ../../../ :mrdocs: Encode BER end‐of‐content octets to `streamBuf`. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int putEndOfContentOctets(std::streambuf* streamBuf); ---- == Description Return 0 on success, and a non‐zero value otherwise. == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *streamBuf* | output stream buffer |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#