Encode the "end‐of‐content" octets (two consecutive zero‐octets) to the specified streamBuf.

Synopsis

Declared in <balber_berutil.h>

static
int
putEndOfContentOctets(std::streambuf* streamBuf);

Description

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.

Return Value

0 on success, and a non‐zero value otherwise

Parameters

Name

Description

streamBuf

output stream buffer

Created with MrDocs