unitee.client
Class AbstractStreamable

java.lang.Object
  |
  +--unitee.client.AbstractStreamable
Direct Known Subclasses:
RemoteTestFactoryStub, RemoteTestManagerStub, RemoteTestParametersStub, RemoteTestStub

public abstract class AbstractStreamable
extends java.lang.Object
implements Streamable

Base class for all streamable remote test object.


Field Summary
protected  int objectID
           
 
Constructor Summary
AbstractStreamable()
           
 
Method Summary
 void read(java.io.DataInputStream stream)
           
 void write(java.io.DataOutputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectID

protected int objectID
Constructor Detail

AbstractStreamable

public AbstractStreamable()
Method Detail

read

public void read(java.io.DataInputStream stream)
          throws java.io.IOException
Specified by:
read in interface Streamable

write

public void write(java.io.DataOutputStream stream)
           throws java.io.IOException
Specified by:
write in interface Streamable