getNumOctetsToStream overloads

Synopses

Declared in <balber_berutil.h>

Component‐private BER utility operation.

static
int
getNumOctetsToStream(int value);

Component‐private BER utility operation.

static
int
getNumOctetsToStream(long long value);

Return the number of octets required to provide a BER encoding of the specified value according to the specification.

static
int
getNumOctetsToStream(short value);

Return the number of octets required to provide a BER encoding of the specified value according to the specification.

template<typename INTEGRAL_TYPE>
static
int
getNumOctetsToStream(INTEGRAL_TYPE value);

Return Value

number of octets required to BER‐encode the value

Parameters

Name

Description

value

value to encode

Created with MrDocs