unitee.common
Interface Streamable

All Known Implementing Classes:
AbstractStreamable

public interface Streamable

A Streamable is a remote object or a "data" object whose whole variables (or just its identifier) can be serialized into streams.


Method Summary
 void read(java.io.DataInputStream stream)
           
 void write(java.io.DataOutputStream stream)
           
 

Method Detail

read

public void read(java.io.DataInputStream stream)
          throws java.io.IOException

write

public void write(java.io.DataOutputStream stream)
           throws java.io.IOException