Encode the "indefinite‐length" octet onto the specified streamBuf. This octet signifies that the length of the contents is indefinite (i.e., contents will be terminated by end of content octets). Return 0 on success, and a non‐zero value otherwise.

Synopsis

Declared in <balber_berutil.h>

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

Created with MrDocs