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 elements in the list.
Returns an Iterator over the elements in the list.
The type to cast the elements to
Gets the identifier for the information element that describes the items in this list.
Gets the identifier for the information element that describes the items in this list.
The information element that describes the items in this list.
The information element that describes the items in this list.
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.
The InfoElement and the length of each element in the list.
The InfoElement and the length of each element in the list.
Appends this BasicList to a buffer for writing to an IPFIX stream.
Appends this BasicList to a buffer for writing to an IPFIX
stream. The function uses the template IDs in session if the
BasicList contains SubTemplateLists or a SubTemplateMultiList.
Assumes those Templates have already been written
to the buffer.
The CollectedBasicList class is used when reading a BasicList from a data stream. The class delays realizing the elements of this until they are requested.
Use the methods in the BasicList companion object to create a CollectedBasicList instance.
The BasicList companion object for a factory method.