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.
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.
Returns the number of entries in the list.
Returns the number of entries in the list.
Gets the Template that describes the Records in
this list.
Gets the Template that describes the Records in
this list. The Template is found in the Session
associated with the Message from which the Record
containing this list was read.
The id of the Template that describes the Records in this list.
Appends the elements in the SubTemplateList to a buffer for writing to an IPFIX stream.
Appends the elements in the SubTemplateList to a buffer for writing to an IPFIX stream. Assumes the SubTemplateList's Template already has been added to the Session and written to the buffer.
The CollectedSubTemplateList class is used when reading a SubTemplateList from a data stream. The class delays realizing the elements of this until they are requested.
Use the methods in the SubTemplateList companion object to create a CollectedSubTemplateList instance.
The SubTemplateList companion object for a factory method.