[#BloombergLP-balber-BerUtil_RawIntegerImpUtil-putIntegerGivenLength] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balber.adoc[balber]::xref:BloombergLP/balber/BerUtil_RawIntegerImpUtil.adoc[BerUtil_RawIntegerImpUtil]::putIntegerGivenLength :relfileprefix: ../../../ :mrdocs: Encode the octets used in the BER encoding of the specified `value` of the specified `INTEGRAL_TYPE` to the specified `streamBuf`, using exactly the specified `length` number of octets. Return 0 on success, and a non‐zero value otherwise. The behavior is undefined unless `INTEGRAL_TYPE` is fundamental integral type and exactly `length` number of octets is used in the BER encoding of the specified `value`. == Synopsis Declared in `<balber_berutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename INTEGRAL_TYPE> static int putIntegerGivenLength( std::streambuf* streamBuf, INTEGRAL_TYPE value, int length); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#