Class for managing the paired type/value representation used to encode tags and content lengths. More...
Public Member Functions | |
TypeAndVal (int type, long val) | |
Protected Attributes | |
int | _type |
long | _val |
Package Functions | |
int | type () |
long | val () |
Class for managing the paired type/value representation used to encode tags and content lengths.