Encode the "end-of-content" octets (two consecutive zero-octets) to the specified streamBuf.
Declared in <balber_berutil.h>
static
int
putEndOfContentOctets(std::streambuf* 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.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |