Event Iterators
- manages the data of one particular event;
- provides easy access to the data;
- provides easy access to “envelope” information (type, length, date/time, structure,…);
All data input streams are read by an Eventiterator, which in turn manages and provides access to the Events read in from a stream. It returns Event objects to the consumer.