objectgen.testobjective.savers
Class BinarySaver

java.lang.Object
  extended byobjectgen.testobjective.savers.BinarySaver
All Implemented Interfaces:
ITestObjectivesSaver

public class BinarySaver
extends java.lang.Object
implements ITestObjectivesSaver


Constructor Summary
BinarySaver()
          Creates a new instance of BinarySaver
 
Method Summary
 void save(java.io.File f, TestObjectiveList tol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinarySaver

public BinarySaver()
Creates a new instance of BinarySaver

Method Detail

save

public void save(java.io.File f,
                 TestObjectiveList tol)
          throws java.io.FileNotFoundException,
                 java.io.IOException
Specified by:
save in interface ITestObjectivesSaver
Throws:
java.io.FileNotFoundException
java.io.IOException