All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.dystat.StatoidSource

java.lang.Object
   |
   +----benno.dystat.StatoidSource

public class StatoidSource
extends Object
implements Source

Constructor Index

 o StatoidSource(String)
Uses statoid to parse the file.

Method Index

 o hasMoreLines()
 o nextLine()

Constructors

 o StatoidSource
 public StatoidSource(String fn) throws IOException
Uses statoid to parse the file.

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index