Encode the BER indefinite-length octet to streamBuf.
Declared in <balber_berutil.h>
static
int
putIndefiniteLengthOctet(std::streambuf* 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.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |