visidia.simulation.playrec
Class ObjectWriter

java.lang.Object
  extended by visidia.simulation.playrec.ObjectWriter

public class ObjectWriter
extends java.lang.Object

The Class ObjectWriter.


Constructor Summary
ObjectWriter()
          Instantiates a new object writer.
 
Method Summary
 void close()
          Close.
 boolean open(java.io.File file)
          Open.
 void writeObject(java.lang.Object object)
          Write object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectWriter

public ObjectWriter()
Instantiates a new object writer.

Method Detail

open

public boolean open(java.io.File file)
Open.

Parameters:
file - the file
Returns:
true, if successful

close

public void close()
Close.


writeObject

public void writeObject(java.lang.Object object)
Write object.

Parameters:
object - the object