org.dbe.eve.ga.impl
Class StatsWriter

java.lang.Object
  extended by org.dbe.eve.ga.impl.StatsWriter

public class StatsWriter
extends java.lang.Object

Author:
Claudius

Constructor Summary
StatsWriter()
           
StatsWriter(java.io.File file)
           
 
Method Summary
 void close()
           
 void write(Statistics stats)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsWriter

public StatsWriter()

StatsWriter

public StatsWriter(java.io.File file)
            throws java.io.IOException
Throws:
java.io.IOException
Method Detail

write

public void write(Statistics stats)
           throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException