|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mbari.siam.core.InstrumentConsole
public class InstrumentConsole
| Constructor Summary | |
|---|---|
InstrumentConsole(InstrumentPort instPort,
java.io.InputStream is,
java.io.OutputStream os)
create a new InstrumentConsole |
|
| Method Summary | |
|---|---|
int |
available()
see if any bytes are available |
int |
read()
read a byte from the instrument |
void |
write(int b)
write a byte to the instrument |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstrumentConsole(InstrumentPort instPort,
java.io.InputStream is,
java.io.OutputStream os)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void write(int b)
throws java.io.IOException
java.io.IOException
public int read()
throws java.io.IOException
java.io.IOException
public int available()
throws java.io.IOException
java.io.IOException
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||