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.IOException
void send(int ch) throws java.io.IOException
java.io.IOException
void send(byte[] b) throws java.io.IOException
java.io.IOException
void send(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
int recv() throws java.io.IOException
java.io.IOException
int recv(byte[] b) throws java.io.IOException
java.io.IOException
int recv(byte[] b, int off, int len) throws java.io.IOException
java.io.IOException
void flush() throws java.io.IOException
java.io.IOException