Encode the "end-of-content" octets (two consecutive zero-octets) to the specified streamBuf. The "end-of-content" octets act as the termination bytes for objects that have indefinite length. Return 0 on success, and a non-zero value otherwise.
Declared in <balber_berutil.h>
static
int
putEndOfContentOctets(std::streambuf* streamBuf);