The ByteBuffer containing the data representing the list.
The IPFIX session from which the buffer was read.
Creates a Set containing the InfoElement used by any BasicList on this list and its sub-lists, recursively.
Creates a Set containing the InfoElement used by any BasicList on this list and its sub-lists, recursively.
Creates a Set containing the Templates used by the list and any
sub-lists, recursively.
Creates a Set containing the Templates used by the list and any
sub-lists, recursively.
Returns a Record that represents an entry in the list.
Returns a Record that represents an entry in the list.
The index of the entry to return. Entries are
numbered from 0 up to size.
Number of octets that begin an STML
Number of octets that begin an STML
Returns an iterator over the records in the list.
Returns an iterator over the records in the list.
Returns the length of the ListElement when writing to an IPFIX stream.
Returns the length of the ListElement when writing to an IPFIX stream.
Read the semanticId
Read the semanticId
The ID of the semantic value for the list.
The ID of the semantic value for the list.
Returns the sematics of the elements in this list.
Returns the sematics of the elements in this list.
The IPFIX session from which the buffer was read.
Returns the number of entries in the list.
Returns the number of entries in the list.
Number of octets that begin a group of records that share the same Template (an StmlGroup).
Number of octets that begin a group of records that share the same Template (an StmlGroup).
Appends the SubTemplateMultiList to a buffer for writing to an IPFIX stream.
Appends the SubTemplateMultiList to a buffer for writing to an IPFIX stream. Assumes all Templates used by the Records in the SubTemplateMultiList have already been added to the Session and written to the buffer.
The CollectedSubTemplateMultiList class is used when reading a SubTemplateMultiList from a data stream. The class delays realizing the elements of this until they are requested.
Use the methods in the SubTemplateMultiList companion object to create a CollectedSubTemplateMultiList instance.
The SubTemplateMultiList companion object for a factory method.