All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface benno.dystat.Source

public interface Source
This interface defines the a source of stat lines. A source will only ever report a given stat line once, so if it is reading from a file, for example, it will keep track of how far it has read in that file.
The interface is very similar to java.util.Enumeration.


Method Index

 o hasMoreLines()
 o nextLine()

Methods

 o hasMoreLines
 public abstract boolean hasMoreLines()
 o nextLine
 public abstract StatLine nextLine()

All Packages  Class Hierarchy  This Package  Previous  Next  Index