net.sf.magicproject.action.targetlist
Class TargetListFactory

java.lang.Object
  extended by net.sf.magicproject.action.targetlist.TargetListFactory

public final class TargetListFactory
extends java.lang.Object

Since:
0.90
Author:
Fabrice Daugan

Method Summary
static TargetList readNextTargetList(java.io.InputStream inputFile)
          Read the next TargetList object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readNextTargetList

public static TargetList readNextTargetList(java.io.InputStream inputFile)
                                     throws java.io.IOException
Read the next TargetList object.

Parameters:
inputFile - the streamcontaining the definition of next TargetList object.
Returns:
the next TargetList object read from the specified stream.
Throws:
java.io.IOException - If some other I/O error occurs


Copyright © 2003-2007 Magic-Project. All Rights Reserved.