public interface IComm
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
int |
recv() |
int |
recv(byte[] b) |
int |
recv(byte[] b,
int off,
int len) |
void |
send(byte[] b) |
void |
send(byte[] b,
int off,
int len) |
void |
send(int ch) |
void |
sendAttention() |
void sendAttention()
throws java.io.IOException
java.io.IOExceptionvoid send(int ch) throws java.io.IOException
java.io.IOExceptionvoid send(byte[] b) throws java.io.IOException
java.io.IOExceptionvoid send(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionint recv() throws java.io.IOException
java.io.IOExceptionint recv(byte[] b) throws java.io.IOException
java.io.IOExceptionint recv(byte[] b,
int off,
int len)
throws java.io.IOException
java.io.IOExceptionvoid flush()
throws java.io.IOException
java.io.IOException