net.sf.magicproject.expression
Class ExpressionFactory

java.lang.Object
  extended by net.sf.magicproject.expression.ExpressionFactory

public final class ExpressionFactory
extends java.lang.Object

Since:
0.85
Author:
Fabrice Daugan

Method Summary
static Expression readNextExpression(java.io.InputStream inputFile)
          Return the next Expression read from the current offset
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

readNextExpression

public static Expression readNextExpression(java.io.InputStream inputFile)
                                     throws java.io.IOException
Return the next Expression read from the current offset

Parameters:
inputFile - is the file containing this expression
Returns:
the next Expression read from the current offset
Throws:
java.io.IOException - if error occurred during the reading process from the specified input stream


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