net.sf.magicproject.modifier
Class ModifierFactory

java.lang.Object
  extended by net.sf.magicproject.modifier.ModifierFactory

public final class ModifierFactory
extends java.lang.Object

Since:
0.85
Author:
Fabrice Daugan

Method Summary
static ModifierModel readModifier(java.io.InputStream inputFile)
          Read and return the next action from specified inputFile
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readModifier

public static ModifierModel readModifier(java.io.InputStream inputFile)
                                  throws java.io.IOException
Read and return the next action from specified inputFile

Parameters:
inputFile - the input stream where modifier will be read
Returns:
the next modifier read from the specified inputFile
Throws:
java.io.IOException - if error occurred during the reading process from the specified input stream


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