[#BloombergLP-balber-BerUtil-getEndOfContentOctets] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil.adoc[BerUtil]::getEndOfContentOctets :relfileprefix: ../../../ :mrdocs: Decode BER end‐of‐content octets from `streamBuf`. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static int getEndOfContentOctets( std::streambuf* streamBuf, int* accumNumBytesConsumed); ---- == Description specified `accumNumBytesConsumed`. 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* | input stream buffer | *accumNumBytesConsumed* | running total of bytes consumed; incremented by this call |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#