josx.rcxcomm
Class RCXOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjosx.rcxcomm.RCXOutputStream

public class RCXOutputStream
extends OutputStream

Cut down version of RCXPort, which only supports writes.


Constructor Summary
RCXOutputStream()
          Creates new RCXOutputStream
 
Method Summary
 void write(int b)
          Write a byte to the OutputStream.
 
Methods inherited from class java.io.OutputStream
close, flush, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Constructor Detail

RCXOutputStream

public RCXOutputStream()
Creates new RCXOutputStream

Method Detail

write

public void write(int b)
           throws IOException
Write a byte to the OutputStream.

Specified by:
write in class OutputStream
Parameters:
b - The byte.
Throws:
IOException - if the byte could not be written to the stream