Modifier and Type | Field and Description |
---|---|
private java.util.List<TLV> |
TLV.children
If this TLV has children: A List of children, null otherwise
|
Modifier and Type | Method and Description |
---|---|
TLV |
TLV.getChildByNumber(int number)
Get a child of the current TLV by the index, ordered by their occurence
in the original bytearray.
|
TLV |
TLV.getChildByTag(byte[] header)
Get a specific child of this TLV, identified by its Type.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TLV> |
TLV.getChildren()
Returns an unmodifiable list containing all children of this TLV
|