[#BloombergLP-balber-BerUtil-putIndefiniteLengthOctet] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil.adoc[BerUtil]::putIndefiniteLengthOctet :relfileprefix: ../../../ :mrdocs: Encode the "indefinite‐length" octet onto the specified `streamBuf`. This octet signifies that the length of the contents is indefinite (i.e., contents will be terminated by end of content octets). Return 0 on success, and a non‐zero value otherwise. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int putIndefiniteLengthOctet(std::streambuf* streamBuf); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#