com.yobotics.simulationconstructionset.robotcommprotocol.commandrecorders
Class RecordedDataInputOutputStream

java.lang.Object
  extended by com.yobotics.simulationconstructionset.robotcommprotocol.commandrecorders.RecordedDataInputOutputStream

public class RecordedDataInputOutputStream
extends java.lang.Object


Constructor Summary
RecordedDataInputOutputStream(java.io.DataInputStream in, java.io.DataOutputStream out)
           
 
Method Summary
 void close()
           
 void flush()
           
 java.lang.StringBuffer getBuffer()
           
 void main(java.lang.String[] args)
           
 byte readByte()
           
 float readFloat()
           
 int readInt()
           
 java.lang.String readUTF()
           
 void writeFloat(float f)
           
 void writeInt(int i)
           
 void writeUTF(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordedDataInputOutputStream

public RecordedDataInputOutputStream(java.io.DataInputStream in,
                                     java.io.DataOutputStream out)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

readByte

public byte readByte()
              throws java.io.IOException
Throws:
java.io.IOException

readInt

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

readUTF

public java.lang.String readUTF()
                         throws java.io.IOException
Throws:
java.io.IOException

readFloat

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

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

writeInt

public void writeInt(int i)
              throws java.io.IOException
Throws:
java.io.IOException

writeUTF

public void writeUTF(java.lang.String s)
              throws java.io.IOException
Throws:
java.io.IOException

writeFloat

public void writeFloat(float f)
                throws java.io.IOException
Throws:
java.io.IOException

main

public void main(java.lang.String[] args)

getBuffer

public java.lang.StringBuffer getBuffer()