Decode BER end-of-content octets from streamBuf.
Declared in <balber_berutil.h>
static
int
getEndOfContentOctets(
std::streambuf* streamBuf,
int* accumNumBytesConsumed);
specified accumNumBytesConsumed. Return 0 on success, and a non-zero value otherwise.
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| streamBuf | input stream buffer |
| accumNumBytesConsumed | running total of bytes consumed; incremented by this call |