public static final class KLVPacket.LengthField
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
long | 
sizeOfLengthField
The Size of length field. 
 | 
long | 
value
The Value. 
 | 
| Constructor and Description | 
|---|
LengthField(long value,
           long sizeOfLengthField)
Instantiates a new Length field. 
 |