com.yobotics.simulationconstructionset.robotcommprotocol.commandrecorders
Class RecordedDataInputOutputStream
java.lang.Object
com.yobotics.simulationconstructionset.robotcommprotocol.commandrecorders.RecordedDataInputOutputStream
public class RecordedDataInputOutputStream
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecordedDataInputOutputStream
public RecordedDataInputOutputStream(java.io.DataInputStream in,
java.io.DataOutputStream out)
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()