net.sf.magicproject.action.objectmap
Class ObjectMapFactory

java.lang.Object
  extended by net.sf.magicproject.action.objectmap.ObjectMapFactory

public final class ObjectMapFactory
extends java.lang.Object

Since:
0.90
Author:
Fabrice Daugan

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

Method Detail

readNextObjectMap

public static ObjectMap readNextObjectMap(java.io.InputStream inputStream)
                                   throws java.io.IOException
Read the next ObjectMap object.

Parameters:
inputStream - the streamcontaining the definition of next TargetList object.
Returns:
the next ObjectMap 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.