gnu.io
Class RXTXPort.SerialOutputStream
java.lang.Object
java.io.OutputStream
gnu.io.RXTXPort.SerialOutputStream
- Enclosing class:
- RXTXPort
- class RXTXPort.SerialOutputStream
- extends java.io.OutputStream
Inner class for SerialOutputStream
Method Summary |
void |
flush()
|
void |
write(byte[] b)
|
void |
write(byte[] b,
int off,
int len)
|
void |
write(int b)
|
Methods inherited from class java.io.OutputStream |
close |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RXTXPort.SerialOutputStream
RXTXPort.SerialOutputStream()
write
public void write(int b)
throws java.io.IOException
- Parameters:
b
-
- Throws:
java.io.IOException
write
public void write(byte[] b)
throws java.io.IOException
- Throws:
java.io.IOException
write
public void write(byte[] b,
int off,
int len)
throws java.io.IOException
- Parameters:
off
- len
-
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Throws:
java.io.IOException