public interface SyncOpenTransport
Modifier and Type | Method and Description |
---|---|
void |
connect() |
void |
disconnect() |
int |
read(byte[] data,
int off,
int len) |
void |
write(byte[] data,
int off,
int len) |
void connect() throws java.io.IOException
java.io.IOException
void disconnect()
int read(byte[] data, int off, int len) throws java.io.IOException
java.io.IOException
void write(byte[] data, int off, int len) throws java.io.IOException
java.io.IOException