|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mtp1
| Method Summary | |
|---|---|
void |
close()
Close message tranfer part layer 1. |
void |
open()
Open message tranfer part layer 1. |
int |
read(byte[] buffer)
Reads upto buffer.length bytes from layer 1. |
void |
write(byte[] buffer,
int bytesRead)
Writes data to layer 1. |
| Method Detail |
|---|
int read(byte[] buffer)
throws java.io.IOException
buffer - reader buffer
java.io.IOException
void write(byte[] buffer,
int bytesRead)
throws java.io.IOException
buffer - the buffer containing data to write.bytesRead -
java.io.IOException
void open()
throws java.io.IOException
java.io.IOExceptionvoid close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||