com.yobotics.simulationconstructionset.robotcommprotocol
Interface UserCommandNetworkReader

All Known Implementing Classes:
GUISideProtocolListener

public interface UserCommandNetworkReader


Method Summary
 double readDouble()
           
 float readFloat()
           
 int readInt()
           
 

Method Detail

readInt

int readInt()
            throws java.io.IOException
Throws:
java.io.IOException

readFloat

float readFloat()
                throws java.io.IOException
Throws:
java.io.IOException

readDouble

double readDouble()
                  throws java.io.IOException
Throws:
java.io.IOException