Encode the specified length length octets to the specified streamBuf. Return 0 on success, and a non‐zero value otherwise. The behavior is undefined unless 0 <= length.

Synopsis

Declared in <balber_berutil.h>

static
int
putLength(
    std::streambuf* streamBuf,
    int length);

Created with MrDocs