org.dvb.si
Interface SIIterator

All Superinterfaces:
java.util.Enumeration

public interface SIIterator
extends java.util.Enumeration

Objects implementing SIIterator interface allow to browse through a set of SI objects. In order to maintain consistency within the set of SI objects, this browsing does NOT initiate an actual access to the stream.


Method Summary
 int numberOfRemainingObjects()
          Get the number of remaining objects in the iterator.
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement
 

Method Detail

numberOfRemainingObjects

public int numberOfRemainingObjects()
Get the number of remaining objects in the iterator.

Returns:
The number of remaining objects.