Encode the specified length to streamBuf.
Declared in <balber_berutil.h>
static
int
putLength(
std::streambuf* streamBuf,
int length);
Return 0 on success, and a non-zero value otherwise. The behavior is undefined unless 0 <= length.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | output stream buffer |
| length | length quantity to encode |