valueStartPosition property

int valueStartPosition
getter/setter pair

The index where the value bytes start. This is the position after the tag + length bytes.

The default value for this field is 2. If the length byte is larger than 127, the value of this field will increase depending on the length bytes.

Implementation

int valueStartPosition = 2;