Component‐private BER utility operation.
Synopsis
Declared in <balber_berutil.h>
static
int
getValue(
bdlt::Date* value,
std::streambuf* streamBuf,
int length,
BerDecoderOptions const& options = BerDecoderOptions());
Return Value
0 on success, and a non‐zero value otherwise
Parameters
Name |
Description |
value |
destination for the decoded value |
streamBuf |
input stream buffer |
length |
number of content octets |
options |
decoder options controlling decoding behavior |
Created with MrDocs